diff --git a/tsconfig.json b/tsconfig.json index 335a5cc..78d97b9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES5", + "target": "ES2017", "module": "ESNext", "moduleResolution": "node", // Use "node" resolution for modules "strict": true,