13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"~/*": ["./*"]
|
|
},
|
|
"strict": true
|
|
},
|
|
"exclude": ["__tests__/**/*-test.ts"],
|
|
"extends": "expo/tsconfig.base",
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
|
}
|