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", "module": "ES2020",
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"target": "ES2022", "target": "es2020",
"typeRoots": [ "typeRoots": [
"node_modules/@types" "node_modules/@types"
], ],
"lib": [ "lib": [
"ES2018", "es2020",
"dom", "dom",
"dom.iterable" "dom.iterable"
] ]