first commit

This commit is contained in:
2026-02-12 21:01:35 +03:00
parent 7a54392391
commit a75bbc511c
15 changed files with 3535 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"
}
]
}