diff --git a/tsconfig.json b/tsconfig.json index 618fa34..5a00557 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "target": "ES2022", "allowJs": true, "outDir": "dist", "declaration": true,