Merge pull request #1827 from tbo47/esconfig-lib-to-es2019

tsconfig ilb to es2019
This commit is contained in:
Anton Lavrenov 2024-10-07 13:17:16 -05:00 committed by GitHub
commit f153853139
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
"target": "ES2018",
// "sourceMap": true,
"noEmitOnError": true,
"lib": ["ES2015", "dom"],
"lib": ["ES2019", "dom"],
"moduleResolution": "node",
"declaration": true,
"removeComments": false,