Updating eslib build target

This commit is contained in:
softsimon 2024-03-28 12:24:31 +09:00
parent 33cddc6fba
commit 27b48b1874
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -10,12 +10,12 @@
"module": "ES2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"target": "es2020",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"ES2018",
"es2020",
"dom",
"dom.iterable"
]