Set build target to es2020

This commit is contained in:
softsimon
2024-04-05 15:56:10 +09:00
parent 9f4204b815
commit 2dec83735b
2 changed files with 4 additions and 4 deletions

View File

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