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