Correcting esbuild target and module

This commit is contained in:
softsimon
2024-04-01 16:16:40 +09:00
parent 5c3f256229
commit cf00fa73c6

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"
]