init: created frontend

This commit is contained in:
Silas Schuster
2026-01-16 10:43:42 +01:00
commit a3150f3a1e
36 changed files with 7651 additions and 0 deletions

14
tsconfig.json Normal file
View File

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