1
0
Fork 0

Initial commit

This commit is contained in:
Henrik Hautakoski 2025-11-13 21:07:53 +01:00
commit 9610b834db
16 changed files with 3860 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" }
]
}