Initial commit

This commit is contained in:
Ninjdai 2025-08-11 22:30:37 +02:00
commit 6fbdc0b4fc
18 changed files with 2910 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" }
]
}