Bump typescript output version to es2021, to be inline with node 16
This commit is contained in:
parent
2d91c2437b
commit
533aebc2ff
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user