initial commit

This commit is contained in:
Вячеслав 2024-10-30 02:40:19 +05:00
commit b120143726
23 changed files with 3710 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" }
]
}