Files
CityExplorer/tsconfig.json
2025-04-09 20:37:52 +02:00

20 lines
302 B
JSON

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