Files
HausApp/apps/native/tsconfig.json
René Schober 4e34270786 initial commit
2026-03-13 06:23:06 +01:00

12 lines
186 B
JSON

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