Skip to content

Commit

Permalink
chore(tsconfig): update "target" to "es2020"
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 "es2020" in tsconfig
  • Loading branch information
hasezoey committed Feb 2, 2023
1 parent 1a11854 commit ff20382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rootDir": "./src",
"outDir": "./build",
"noEmit": false,
"target": "es2019",
"target": "es2020",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
Expand Down

0 comments on commit ff20382

Please sign in to comment.