Skip to content

Commit d40f094

Browse files
committed
Export typed definition for CJS
1 parent ec4984c commit d40f094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function build(dest, module) {
2727
return () => {
2828
const tsProject = ts.createProject("tsconfig.json", {
2929
noEmitOnError: true,
30-
declaration: dest === "lib",
30+
declaration: true,
3131
target: "es5",
3232
module,
3333
});

0 commit comments

Comments
 (0)