pogdark-app/tsconfig.json
whysman 839ed0b340
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5s
Adding .env, background, statuspage updates
2025-02-21 12:27:59 -05:00

16 lines
194 B
JSON

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