Skip to content

Commit

Permalink
fix: types build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Oct 16, 2019
1 parent 811c92d commit 7e4f1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/src/index.d.ts",
"scripts": {
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:type",
"build:cjs": "tsc --module commonjs --outDir dist/cjs --project ./tsconfig.prod.json",
Expand Down

0 comments on commit 7e4f1e2

Please sign in to comment.