Correcting esbuild target and module

This commit is contained in:
softsimon 2024-04-01 16:16:40 +09:00
parent 5c3f256229
commit cf00fa73c6
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -7,7 +7,7 @@
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "ES2020",
"module": "ES2022",
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
@ -15,7 +15,7 @@
"node_modules/@types"
],
"lib": [
"es2020",
"ES2022",
"dom",
"dom.iterable"
]