Skip to content

Commit

Permalink
chore: update dependencies (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeraS authored Aug 14, 2024
1 parent ae3dd3c commit 8dc9e9a
Show file tree
Hide file tree
Showing 3 changed files with 743 additions and 2,564 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ function compileTs(modules = false) {
const tsProject = ts.createProject('tsconfig.json', {
declaration: true,
...(modules ? undefined : {verbatimModuleSyntax: false}),
module: modules ? 'esnext' : 'commonjs',
module: modules ? 'esnext' : 'NodeNext',
moduleResolution: modules ? 'bundler' : 'NodeNext',
});

return src([
Expand Down
Loading

0 comments on commit 8dc9e9a

Please sign in to comment.