Adds frontend skeleton. Needs cleanup

This commit is contained in:
2025-02-15 01:26:10 -08:00
parent 9c3a1d84d1
commit bcc8860b30
23 changed files with 468 additions and 17 deletions

10
frontend/tsconfig.json Normal file
View File

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