diff --git a/tsconfig.json b/tsconfig.json index 8f4a25a..9c4c8f1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,12 +3,10 @@ "module": "Node16", "target": "ES2022", "outDir": "out", - "lib": [ - "ES2022" - ], + "lib": ["ES2023"], "sourceMap": true, "rootDir": "src", - "strict": true /* enable all strict type-checking options */ + "strict": true /* enable all strict type-checking options */ /* Additional Checks */ // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */