fix: types errors

This commit is contained in:
DIYgod 2022-11-10 01:50:06 +00:00
parent 2054aafe1d
commit 97ede7a38a
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ export default defineConfig({
presets: [
presetIcons({
warn: true,
}),
}) as any,
],
})