pogdark-app/tsconfig.json

16 lines
194 B
JSON
Raw Normal View History

2025-02-19 18:33:09 +00:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx"
2025-02-19 18:33:09 +00:00
]
}