修复 vite 打包
This commit is contained in:
parent
db8e6f3737
commit
4244afd41c
@ -12,9 +12,12 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"types": [
|
||||
"vite/client"
|
||||
],
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM"
|
||||
"DOM",
|
||||
],
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true,
|
||||
|
Loading…
Reference in New Issue
Block a user