Moxitech-Websocket-Do/frontend/tsconfig.json
2024-09-01 02:36:40 +07:00

18 lines
242 B
JSON

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