initial commit

This commit is contained in:
2025-06-01 03:13:14 +02:00
parent bc0b94b6ad
commit cc10146f7e
67 changed files with 6334 additions and 2 deletions

13
tsconfig.json Normal file
View File

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