Skip to content

Commit

Permalink
feat: bump tsconfig target/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jul 7, 2022
1 parent 25549b0 commit 2e0969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["es2019"],
"target": "es2020",
"lib": ["es2020"],
"sourceMap": true,
"declaration": true,
"moduleResolution": "node",
Expand Down

0 comments on commit 2e0969c

Please sign in to comment.