initialize Tauri v2 + Vue 3 project

This commit is contained in:
2026-02-17 17:46:39 +02:00
parent cbe4d18c0d
commit 77854ebe6a
11 changed files with 7787 additions and 0 deletions

11
tsconfig.node.json Normal file
View File

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