diff --git a/package.json b/package.json index 76a2c62..0615037 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "vite": "^4.3.9", "vite-plugin-eslint": "^1.8.1", "vite-plugin-inspect": "^0.7.28", - "vitest": "^0.31.4", + "vitest": "^0.34.3", "vue-tsc": "^1.6.5" } } diff --git a/web-types.config.ts b/web-types.config.ts deleted file mode 100644 index 6227e12..0000000 --- a/web-types.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -// export default { -// /** -// * 组件根目录(否则会生成所有vue文件的web-types) -// */ -// components: 'src/components/**/*.vue' -// // /** -// // * 监听变更 -// // */ -// // watch: true -// } -import {WebTypesBuilderConfig} from 'vue-docgen-web-types/types/config' - -export default { - components: 'src/components/**/*.vue' -} as WebTypesBuilderConfig \ No newline at end of file