Skip to content

Commit

Permalink
Merge pull request #1827 from tbo47/esconfig-lib-to-es2019
Browse files Browse the repository at this point in the history
tsconfig ilb to es2019
  • Loading branch information
lavrton authored Oct 7, 2024
2 parents c433e6b + b8ae0a4 commit f153853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "ES2018",
// "sourceMap": true,
"noEmitOnError": true,
"lib": ["ES2015", "dom"],
"lib": ["ES2019", "dom"],
"moduleResolution": "node",
"declaration": true,
"removeComments": false,
Expand Down

0 comments on commit f153853

Please sign in to comment.