Set up tauri project

This commit is contained in:
Joscha 2025-01-25 12:19:09 +01:00
parent c80325ea40
commit 6ac80ab679
39 changed files with 5754 additions and 100 deletions

View file

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