added tauri

This commit is contained in:
Saud Fatayerji
2023-10-28 19:56:16 +03:00
parent ad62137a28
commit e25c3a4110
40 changed files with 4459 additions and 158 deletions

View File

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