initial commit

This commit is contained in:
2023-10-06 20:57:55 -06:00
commit 94d5fedb15
30 changed files with 2592 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"
}
]
}