Skip to content

Commit

Permalink
feat: Update tsconfig.base.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwojslaw authored Nov 13, 2023
1 parent 4665246 commit 6e7e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"strict": true,
"target": "es2018",
"lib": ["es5", "es6", "es7", "es2017", "dom", "es2018", "es2019", "es2020", "es2021", "es2022", "esnext"],
"lib": ["es5", "es6", "es7", "es2017", "dom", "dom.iterable", "es2018", "es2019", "es2020", "es2021", "es2022", "esnext"],
"sourceMap": true,
"allowJs": false,
"jsx": "react",
Expand Down

0 comments on commit 6e7e4be

Please sign in to comment.