|
@@ -68,7 +68,7 @@
|
|
|
"copydocs": "node ./jd/copymd.js",
|
|
"copydocs": "node ./jd/copymd.js",
|
|
|
"createTaroConfig": "node ./jd/generate-taro-route.cjs",
|
|
"createTaroConfig": "node ./jd/generate-taro-route.cjs",
|
|
|
"attrs": "node ./jd/createAttributes.cjs",
|
|
"attrs": "node ./jd/createAttributes.cjs",
|
|
|
- "dts": "vue-tsc --declaration --emitDeclarationOnly --skipLibCheck"
|
|
|
|
|
|
|
+ "dts": "vue-tsc --declaration --emitDeclarationOnly -p ./tsconfig.declaration.json"
|
|
|
},
|
|
},
|
|
|
"standard-version": {
|
|
"standard-version": {
|
|
|
"scripts": {
|
|
"scripts": {
|