Files
Termix/tsconfig.json
T

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/*"]
}
}
}