Initial State

This commit is contained in:
Jan Kaufer
2024-08-12 00:29:17 +02:00
commit 08249974b8
11 changed files with 3277 additions and 0 deletions

7
tsconfig.json Normal file
View File

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