Skip to content

Commit

Permalink
Update tsconfig.base.json
Browse files Browse the repository at this point in the history
target ES2020
  • Loading branch information
mwojslaw authored Jan 8, 2024
1 parent 3e9e3a4 commit 2ca6b7b
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "es2018",
"target": "ES2020",
"lib": ["es5", "es6", "es7", "es2017", "dom", "dom.iterable", "es2018", "es2019", "es2020", "es2021", "es2022", "esnext"],
"sourceMap": true,
"allowJs": false,
Expand Down

0 comments on commit 2ca6b7b

Please sign in to comment.