Scaffold Tauri 2.0 + React + TypeScript app

This commit is contained in:
Jure
2026-03-08 14:28:25 +01:00
parent c610e87fba
commit 43e14f9f04
40 changed files with 7705 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

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