first commit

This commit is contained in:
amy 2024-12-10 20:22:14 +03:30
commit ad76e02880
No known key found for this signature in database
19 changed files with 2292 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" }
]
}