First commit

This commit is contained in:
Jezza Hehn 2025-05-08 02:47:09 +00:00
commit ff66758387
18 changed files with 2215 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" }
]
}