Merge branch 'main' of github.com:caoxiemeihao/vite-react-electron into main
This commit is contained in:
commit
69397edfc0
|
@ -2,7 +2,9 @@
|
|||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node"
|
||||
"moduleResolution": "Node",
|
||||
"resolveJsonModule": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
"include": ["vite.config.ts", "package.json"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue