Skip to content

Commit

Permalink
fix(types): bundle d.ts file, closes #327
Browse files Browse the repository at this point in the history
  • Loading branch information
EGOIST committed Apr 6, 2022
1 parent b05c627 commit 6795cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"test": "jest",
"example:rollup-node-resolve": "rollup -c example/rollup.config.js",
"example:esbuild-optimize-deps": "OPTIMIZE=true rollup -c example/rollup.config.js",
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts",
"build": "rm -rf dist && tsup src/index.ts --format esm,cjs --dts-resolve",
"prepublishOnly": "npm run build"
},
"files": [
Expand Down

0 comments on commit 6795cb3

Please sign in to comment.