change react example to vite

This commit is contained in:
Rene Haas
2022-11-25 11:04:05 +01:00
parent 3b6843efde
commit 4c4d0ae7d7
17 changed files with 964 additions and 27068 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}