initialization

This commit is contained in:
2025-01-10 12:40:50 +01:00
commit 5f0ffc703a
28 changed files with 4683 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"
}
]
}