Files
slot/ui/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2025-05-05 23:28:09 +02:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
2025-06-03 00:14:21 +02:00
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
2025-05-05 23:28:09 +02:00
}