Skip to content

Commit

Permalink
build: remove unnecessary d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
amje committed Jan 20, 2023
1 parent e442a6f commit ec66585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task('clean', (done) => {

function compileTs(modules = false) {
const tsProject = ts.createProject('tsconfig.json', {
declaration: true,
declaration: modules,
module: modules ? 'esnext' : 'commonjs',
});

Expand Down

0 comments on commit ec66585

Please sign in to comment.