chore: update types

This commit is contained in:
草鞋没号 2022-08-27 06:39:40 +08:00
parent 79f98c8792
commit 5fa875a495
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,9 @@
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "package.json"]
"allowSyntheticDefaultImports": true,
"types": [
"vite-plugin-electron/electron-env"
]
}
}