initial commit

This commit is contained in:
2025-02-02 01:57:12 -07:00
commit 743ff93227
38 changed files with 4874 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"
}
]
}