Geotouchka.mobile/tsconfig.json

18 lines
242 B
JSON
Raw Normal View History

2024-08-02 00:59:19 +07:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}