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,
"alwaysStrict": true,
"pretty": true,
"target": "es2019",
"lib": ["ESNext"],
"target": "es2021",
"lib": ["ES2021"],
"sourceMap": true,
"inlineSources": true,
"module": "commonjs",