feat: initial commit

This commit is contained in:
Sebin Nyshkim 2023-12-28 18:40:16 +01:00
commit 166e65b8a6
86 changed files with 9921 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"
}
]
}