Initial Commit

This commit is contained in:
2025-02-13 23:20:25 +01:00
commit 794de0c054
27 changed files with 4092 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"
}
]
}