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,
|
||||
"alwaysStrict": true,
|
||||
"pretty": true,
|
||||
"target": "es2019",
|
||||
"lib": ["ESNext"],
|
||||
"target": "es2021",
|
||||
"lib": ["ES2021"],
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "commonjs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user