tsconfig ilb to es2019

This commit is contained in:
tbo47 2024-10-04 15:26:45 +00:00
parent 0dd6d10ac1
commit b8ae0a45e5

View File

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