Add react-example

This commit is contained in:
Jerome Wu
2023-07-28 23:17:18 +08:00
parent 07b39072c3
commit c55c3d0f6e
14 changed files with 637 additions and 2 deletions

View File

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