11 lines
210 B
JSON
11 lines
210 B
JSON
|
|
{
|
||
|
|
"extends": "expo/tsconfig.base",
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
||
|
|
}
|