diff --git a/tsconfig.json b/tsconfig.json index 89d193b..8043f41 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": ".", "module": "ESNext", - "target": "es2017", + "target": "ESNext", "lib": ["ESNext", "DOM"], "esModuleInterop": true, "strict": true,