scaffold the vue client app

This commit is contained in:
2026-02-27 19:58:09 -06:00
parent 5d35e5d552
commit 9d7a443b7c
16 changed files with 3441 additions and 0 deletions

11
client/tsconfig.json Normal file
View File

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