Skip to content

Commit

Permalink
chore: update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickolbe committed Sep 3, 2021
1 parent 4f56eb4 commit 3c64629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"resolveJsonModule": true,
"rootDir": "./src",
"strict": true,
"target": "ESNext"
"target": "ESNext",
"useUnknownInCatchVariables": false
}
}

0 comments on commit 3c64629

Please sign in to comment.