Files
Termix/tsconfig.json
T

20 lines
308 B
JSON
Raw Normal View History

2025-08-07 02:20:27 -05:00
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@/*": ["./src/*"]
}
}
2025-09-12 14:42:00 -05:00
}