Files
CityExplorer/tsconfig.json
2025-04-07 21:26:22 +02:00

20 lines
277 B
JSON

{
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
],
"tailwind.config": [
"./tailwind.config.js"
]
}
},
"extends": "expo/tsconfig.base",
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.jsx"
]
}