change to ES2022

This commit is contained in:
Darius
2025-11-18 21:46:48 +01:00
parent 9b02c09677
commit 314ef5c2ff
6 changed files with 26 additions and 81 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022"],
"types": ["node"],
"declaration": true,
"declarationMap": true,