refactor(web-app): migrate to TypeScript, add security fix and test suite

This commit is contained in:
sck_0
2026-03-03 17:03:58 +01:00
parent 489875c4b8
commit 4ab3377fee
28 changed files with 3997 additions and 613 deletions

View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}