Files
money/tsconfig.json
2025-10-13 21:10:46 -04:00

12 lines
240 B
JSON

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