mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:43:26 +00:00
8 lines
188 B
JSON
8 lines
188 B
JSON
{
|
|
"extends": ["../../tsconfig.base", "expo/tsconfig.base"],
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
|
}
|