xtablo-source/apps/main/tsconfig.json
2025-10-23 11:54:45 +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/*"]
}
}
}