diff --git a/apps/doc-gen/tsconfig.json b/apps/doc-gen/tsconfig.json index f33ee36705..d71f144b0b 100644 --- a/apps/doc-gen/tsconfig.json +++ b/apps/doc-gen/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "jsx": "react-jsx", "target": "ES2022", - "lib": ["ES2015", "ES2016", "ES2018"], + "lib": ["ES2015", "DOM", "ES2016", "ES2018"], "allowJs": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true