vaulterm/frontend/tsconfig.json

19 lines
266 B
JSON
Raw Normal View History

2024-11-05 18:43:59 +07:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
2024-11-06 17:32:39 +00:00
"module": "esnext",
2024-11-05 18:43:59 +07:00
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}