init: add code

This commit is contained in:
Xory 2025-06-07 22:30:32 +03:00
commit 2e8de85ee7
33 changed files with 3940 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" }
]
}