diff --git a/tsconfig.json b/tsconfig.json index 4442ec8..a6dea7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,10 @@ { "compilerOptions": { "outDir": "dist", + "target": "ES2022", + "lib": [ + "ES2022" + ], "module": "Node16", "moduleResolution": "Node16", "esModuleInterop": true,