Experiment charts

This commit is contained in:
2025-06-03 00:14:21 +02:00
parent 18e7dbc7d6
commit b165c774bd
13 changed files with 1625 additions and 96 deletions

View File

@@ -3,5 +3,11 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}