Files
Termix/tsconfig.json
T

20 lines
311 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": {
2026-05-11 01:23:11 -05:00
"@/*": ["./src/ui/*"]
2025-08-07 02:20:27 -05:00
}
}
2025-09-12 14:42:00 -05:00
}