12 lines
247 B
JSON
12 lines
247 B
JSON
|
|
{
|
||
|
|
"extends": "expo/tsconfig.base",
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "nativewind-env.d.ts"]
|
||
|
|
}
|