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

22 lines
326 B
JSON

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