We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef91ec commit 1fc8aafCopy full SHA for 1fc8aaf
tsconfig.json
@@ -9,7 +9,8 @@
9
"outDir": "dist",
10
"types": [
11
"node",
12
- "unplugin-icons/types/vue"
+ "unplugin-icons/types/vue",
13
+ "vite/client"
14
],
15
"lib": [
16
"dom",
@@ -42,9 +43,6 @@
42
43
// Tell ts-node CLI to install the --loader automatically, explained below
44
"esm": true
45
},
- "types": [
46
- "vite/client"
47
- ],
48
"vueCompilerOptions": {
49
"strictTemplates": true,
50
}
0 commit comments