Skip to content

Commit

Permalink
esnext for ts-node (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkalol authored Dec 12, 2024
1 parent b8ac308 commit 592acce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tsnode.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = function initTsNode() {

compilerOptions: {
module: 'commonjs',
target: 'es2021'
target: 'esnext'
},

ignore: [],
Expand Down

0 comments on commit 592acce

Please sign in to comment.