mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
chore: typecheck
This commit is contained in:
parent
eecefd82a1
commit
78a4bee36f
@ -4,7 +4,7 @@
|
||||
"jsx": "preserve",
|
||||
"lib": ["DOM", "ESNext", "WebWorker"],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"types": [
|
||||
"vite/client",
|
||||
|
||||
@ -10,7 +10,7 @@ import Components from 'unplugin-vue-components/vite'
|
||||
import { defineConfig } from 'vite'
|
||||
import electron from 'vite-plugin-electron'
|
||||
import renderer from 'vite-plugin-electron-renderer'
|
||||
|
||||
// @ts-expect-error type resolution
|
||||
import esmodule from 'vite-plugin-esmodule'
|
||||
import Pages from 'vite-plugin-pages'
|
||||
import { VitePWA } from 'vite-plugin-pwa'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user