Skip to content

Commit

Permalink
chore(tsconfig): update "target" to "es2019"
Browse files Browse the repository at this point in the history
this will improve code-output to be on the level of nodejs-12, which will make debugging easier

BREAKING CHANGE:
potentially breaking change upgrading "target" to "es2019" in tsconfig
  • Loading branch information
hasezoey committed Aug 17, 2022
1 parent 5a05a49 commit df41101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"rootDir": "./src",
"outDir": "./build",
"noEmit": false,
"target": "es6",
"target": "es2019",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
Expand Down

0 comments on commit df41101

Please sign in to comment.