Add on-device web client

This commit is contained in:
2026-07-14 19:49:03 +09:00
parent 9517fd3ba8
commit 79273f7eb3
26 changed files with 3071 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}