This commit is contained in:
2025-12-17 21:09:55 +11:00
parent f304a51a39
commit 7026543fc7
25 changed files with 1989 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}