diff --git a/tsconfig.json b/tsconfig.json index c69f440b6..e70a7ce62 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { - "target": "es5", - "module": "esnext", + "target": "ES6", + "module": "ESNext", "lib": [ - "es2015", - "dom" + "ES6", + "DOM", ], "declaration": true, "strict": true,