add DOM lib requirement

pull/5072/head
Joseph Izang 4 months ago committed by Aniket
parent 961ac77955
commit 1eb912279c
  1. 2
      apps/doc-gen/tsconfig.json

@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"jsx": "react-jsx", "jsx": "react-jsx",
"target": "ES2022", "target": "ES2022",
"lib": ["ES2015", "ES2016", "ES2018"], "lib": ["ES2015", "DOM", "ES2016", "ES2018"],
"allowJs": true, "allowJs": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true

Loading…
Cancel
Save