tauri-app: added tauri-app template
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s

This commit is contained in:
2026-03-22 11:36:18 +01:00
parent 6ac2fe9cd3
commit 6c07e043d4
39 changed files with 7506 additions and 0 deletions

View File

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