chore: update types
This commit is contained in:
parent
79f98c8792
commit
5fa875a495
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue