Merge pull request #4438 from Baoyx007/patch-5
fix: add types in package.json
This commit is contained in:
commit
f9e857cedf
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
"typings": "types/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
"src",
|
||||
"types"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue