first commit

This commit is contained in:
2025-01-06 12:59:58 +01:00
commit 0826229c1b
19 changed files with 6576 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
]
}