mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-11 09:37:08 +00:00
21 lines
349 B
JSON
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/*"]
|
|
}
|
|
}
|
|
}
|