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
package.json
... ... @@ -17,7 +17,8 @@
17 17 "typings": "types/index.d.ts",
18 18 "files": [
19 19 "dist",
20   - "src"
  20 + "src",
  21 + "types"
21 22 ],
22 23 "scripts": {
23 24 "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js",
... ...