chore: typecheck

This commit is contained in:
Anthony Fu 2025-03-24 11:24:22 +09:00
parent eecefd82a1
commit 78a4bee36f
No known key found for this signature in database
GPG Key ID: 179936958CD423FF
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"jsx": "preserve",
"lib": ["DOM", "ESNext", "WebWorker"],
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"types": [
"vite/client",

View File

@ -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'