Commit f9e857cedf8e25cd531a3318d206d9cdcbf4e072

Authored by Aresn
Committed by GitHub
2 parents 93b4fe4a 3bb8ab3e

Merge pull request #4438 from Baoyx007/patch-5

fix: add types in package.json
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -17,7 +17,8 @@ @@ -17,7 +17,8 @@
17 "typings": "types/index.d.ts", 17 "typings": "types/index.d.ts",
18 "files": [ 18 "files": [
19 "dist", 19 "dist",
20 - "src" 20 + "src",
  21 + "types"
21 ], 22 ],
22 "scripts": { 23 "scripts": {
23 "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", 24 "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",