diff --git a/tsconfig.json b/tsconfig.json index 2f87badd2..d3e260c00 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,6 @@ "allowJs": true, "moduleResolution": "node", "esModuleInterop": true, - "lib": ["es2015", "DOM", "es2016"] + "lib": ["DOM", "es2016"] } }