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