add DOM lib requirement

pull/5370/head
Joseph Izang 7 months ago committed by Aniket
parent 860ee22428
commit 1d2e539ac9
  1. 2
      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

Loading…
Cancel
Save