Initial commit: hello-tauri

Backup of local-only Tauri project prior to OS reinstall.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
loloolllool 2026-08-14 09:25:38 +02:00
commit ef08fc4524
40 changed files with 8063 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"]
}