16 lines
413 B
JSON
16 lines
413 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"noImplicitOverride": true,
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"follow-native": ["./native/src/index.ts"],
|
|
"follow-native/*": ["./native/*"]
|
|
},
|
|
"jsx": "preserve"
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"]
|
|
}
|