Bump typescript output version to es2021, to be inline with node 16

This commit is contained in:
absidue 2021-10-28 18:55:35 +02:00
parent 2d91c2437b
commit 533aebc2ff

View File

@ -5,8 +5,8 @@
"removeComments": false, "removeComments": false,
"alwaysStrict": true, "alwaysStrict": true,
"pretty": true, "pretty": true,
"target": "es2019", "target": "es2021",
"lib": ["ESNext"], "lib": ["ES2021"],
"sourceMap": true, "sourceMap": true,
"inlineSources": true, "inlineSources": true,
"module": "commonjs", "module": "commonjs",