xtablo-source/ui/tsconfig.json
2025-10-21 09:26:28 +02:00

22 lines
374 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.worker.json"
}
],
"compilerOptions": {
"types": ["./worker-configuration.d.ts"],
"baseUrl": ".",
"paths": {
"@ui/*": ["./src/*"],
"@external/*": ["src/external/*"]
}
}
}