mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2025-12-05 22:26:31 +00:00
10 lines
211 B
JSON
10 lines
211 B
JSON
{
|
|
"extends": "expo-module-scripts/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
|
|
}
|