Initial setup Vite Tauri

This commit is contained in:
Gregory Schier
2023-02-15 16:58:56 -08:00
commit f3fc1fc0c4
38 changed files with 4595 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

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