Initial commit

This commit is contained in:
KaasKop
2025-04-06 10:59:00 +02:00
commit 569bdba727
21 changed files with 3828 additions and 0 deletions

11
tsconfig.json Normal file
View File

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