diff --git a/tsconfig.json b/tsconfig.json index 744d52617..56e8b8a2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "include": ["lib"], "compilerOptions": { "outDir": "dist", - "lib": ["ESNext"], + "lib": ["ES2018", "DOM"], "types": ["node"], "allowJs": true, "target": "ES2018",