mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +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,
|
||||
"alwaysStrict": true,
|
||||
"pretty": true,
|
||||
"target": "es2019",
|
||||
"lib": ["ESNext"],
|
||||
"target": "es2021",
|
||||
"lib": ["ES2021"],
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "commonjs",
|
||||
|
||||
Reference in New Issue
Block a user