Skip to content

Commit

Permalink
fix: add DOM lib to react-library tsconfig (#5111)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Knickman <tom.knickman@vercel.com>
Co-authored-by: Alexander Lyon <arlyon@me.com>
  • Loading branch information
3 people committed Sep 12, 2023
1 parent 8b49035 commit eeedc9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2015"],
"lib": ["ES2015", "DOM"],
"module": "ESNext",
"target": "ES6",
"jsx": "react-jsx",
Expand Down

0 comments on commit eeedc9c

Please sign in to comment.