first commit

This commit is contained in:
2026-02-12 14:39:03 +03:00
parent 519c33a261
commit bb7e47c430
16 changed files with 3859 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"
}
]
}