refactor to place UI in the ui folder

This commit is contained in:
2024-11-29 12:29:56 -07:00
parent 92c981a7e3
commit 09a0c44e50
117 changed files with 199 additions and 0 deletions

14
ui/tsconfig.json Normal file
View File

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