diff --git a/tsconfig.json b/tsconfig.json index 1594a3363393d7..9262431e8c4505 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ "allowJs": true, "checkJs": false, "noEmit": true, - "lib": ["ESNext"], + "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "CommonJS", "baseUrl": ".",