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 d259359 commit 59b8287Copy full SHA for 59b8287
packages/layui/package.json
@@ -52,7 +52,7 @@
52
"build:all": "vite build --emptyOutDir --config ./script/build.all.ts",
53
"build:es": "vite build --emptyOutDir --config ./script/build.es.ts",
54
"build:umd": "vite build --emptyOutDir --config ./script/build.umd.ts",
55
- "build:dts": "vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly",
+ "build:dts": "rimraf types && vue-tsc -p tsconfig.build.json --declaration --emitDeclarationOnly",
56
"test": "vitest run"
57
},
58
"dependencies": {
0 commit comments