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 19706c3 commit 9eef316Copy full SHA for 9eef316
package.json
@@ -5,14 +5,12 @@
5
"scripts": {
6
"serve": "vue-cli-service serve --port 4200",
7
"build": "vue-cli-service build",
8
- "build:lib": "vue-cli-service build --dest lib --target lib ./src/components/index.ts && tsc --project src/components/tsconfig.json"
+ "build:lib": "vue-cli-service build --dest lib --target lib ./src/components/index.ts && npm run build:types",
9
+ "build:types": "tsc --project src/components/tsconfig.json"
10
},
11
"main": "./lib/vue-virtual-tree.common.js",
12
"typings": "lib/typings/index.d.ts",
- "files": [
13
- "lib",
14
- "typings"
15
- ],
+ "files": ["lib"],
16
"dependencies": {
17
"core-js": "^3.6.5",
18
"lodash.clonedeep": "^4.5.0"
0 commit comments