xtablo-source/ui/tsconfig.json
2025-10-14 22:27:17 +02:00

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