Add tauri app

This commit is contained in:
Joscha 2025-01-21 23:29:45 +01:00
parent be99e7b3aa
commit 90c48d4723
40 changed files with 6449 additions and 14 deletions

View file

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