Skip to content

Commit

Permalink
fix: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent afbbdcf commit 55e51ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es2019", "dom"],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
Expand Down
2 changes: 1 addition & 1 deletion tooling/typescript/react-library.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["dom", "ES2015"],
"lib": ["es2019", "dom"],
"module": "ESNext",
"target": "es6"
}
Expand Down

0 comments on commit 55e51ac

Please sign in to comment.