first commit

This commit is contained in:
Maxim
2025-11-30 01:41:17 +03:00
commit e2a1324d3d
16 changed files with 3038 additions and 0 deletions

11
tsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}