xtablo-source/apps/main/tsconfig.json

23 lines
374 B
JSON
Raw Normal View History

2025-02-11 20:11:37 +00:00
{
"files": [],
"references": [
2025-07-12 17:18:43 +00:00
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.worker.json"
}
],
"compilerOptions": {
2025-10-14 20:27:17 +00:00
"types": ["./worker-configuration.d.ts"],
"baseUrl": ".",
"paths": {
2025-10-21 07:26:28 +00:00
"@ui/*": ["./src/*"],
"@external/*": ["src/external/*"]
2025-10-14 20:27:17 +00:00
}
2025-07-12 17:18:43 +00:00
}
2025-02-11 20:11:37 +00:00
}