mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Bump typescript output version to es2021, to be inline with node 16
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user