Tones/tsconfig.json

19 lines
290 B
JSON
Raw Normal View History

2024-08-01 01:57:25 +00:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.jsx",
2024-08-01 01:57:25 +00:00
".expo/types/**/*.ts",
"expo-env.d.ts"
2025-04-19 02:50:53 +00:00
, "contexts/WebSocketContext.js" ]
2024-08-01 01:57:25 +00:00
}