We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90578ae commit 938b385Copy full SHA for 938b385
index.d.ts
@@ -0,0 +1,5 @@
1
+declare module '*.vue' {
2
+ import type { DefineComponent } from 'vue'
3
+ const component: DefineComponent<{}, {}, any>
4
+ export default component
5
+}
package.json
@@ -34,7 +34,7 @@
34
"author": "peterroe",
35
"license": "MIT",
36
"devDependencies": {
37
- "@antfu/eslint-config": "0.27.0",
+ "@antfu/eslint-config": "0.29.4",
38
"@vitejs/plugin-vue": "3.1.2",
39
"@vue/test-utils": "2.1.0",
40
"bumpp": "8.2.1",
0 commit comments