Files
basango/apps/mobile-legacy/tsconfig.json
T

13 lines
273 B
JSON

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