mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:43:26 +00:00
30 lines
525 B
JSON
30 lines
525 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"declaration": true
|
|
},
|
|
"files": [],
|
|
"include": [
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|