chore: initialize Tauri v2 project scaffold

This commit is contained in:
KimiSwitch Dev
2026-07-06 17:12:28 +08:00
commit dd53e4fb20
16 changed files with 10696 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}