mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 07:13:24 +00:00
31 lines
605 B
JSON
31 lines
605 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,
|
|
"allowJs": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": [
|
|
"./app/*"
|
|
],
|
|
}
|
|
},
|
|
"files": [],
|
|
"include": [".expo/types/**/*.ts", "expo-env.d.ts"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.app.json",
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json",
|
|
},
|
|
],
|
|
}
|