Skip to content

Commit

Permalink
chore: update typescript
Browse files Browse the repository at this point in the history
This updates to the latest typescript version. I am mainly interested
in taking advantage of the new [Optional Chaining](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#optional-chaining)
feature to write more concise code when making nullish checks.
  • Loading branch information
sangaman committed Feb 24, 2020
1 parent c65f376 commit 1828139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"tslint-config-airbnb": "^5.11.2",
"tslint-no-circular-imports": "^0.7.0",
"typedoc": "^0.15.0",
"typescript": "^3.6.4"
"typescript": "^3.8.2"
},
"engines": {
"node": ">=10.2.0"
Expand Down

0 comments on commit 1828139

Please sign in to comment.