Skip to content

Commit 1fc8aaf

Browse files
committed
fix: fix small type issue
1 parent eef91ec commit 1fc8aaf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"outDir": "dist",
1010
"types": [
1111
"node",
12-
"unplugin-icons/types/vue"
12+
"unplugin-icons/types/vue",
13+
"vite/client"
1314
],
1415
"lib": [
1516
"dom",
@@ -42,9 +43,6 @@
4243
// Tell ts-node CLI to install the --loader automatically, explained below
4344
"esm": true
4445
},
45-
"types": [
46-
"vite/client"
47-
],
4846
"vueCompilerOptions": {
4947
"strictTemplates": true,
5048
}

0 commit comments

Comments
 (0)