Bumping TS build target

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

View File

@ -10,7 +10,7 @@
"module": "ES2020",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2020",
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],