Files
Termix/tsconfig.json
LukeGus 5777351145 v2.3.0
2026-05-28 22:29:20 -05:00

21 lines
349 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"module": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"paths": {
"@/types/*": ["./src/types/*"],
"@/*": ["./src/ui/*"]
}
}
}