initial commit

This commit is contained in:
2024-12-30 20:56:44 -07:00
commit d95928f3e8
41 changed files with 6473 additions and 0 deletions

11
web/tsconfig.json Normal file
View File

@ -0,0 +1,11 @@
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}