Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 3.7.5 to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Feb 22, 2020
1 parent 3609002 commit c77e4e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.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 @@ -35,7 +35,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"ts-jest": "^25.2.1",
"typescript": "^3.7.4"
"typescript": "^3.8.2"
},
"engines": {
"node": "12"
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"compilerOptions": {
"incremental": true,
"rootDir": ".",
"tsBuildInfoFile": "./.cache/typescript"
"rootDir": "."
},
"extends": "./tsconfig.production.json",
"include": ["./**/*"]
Expand Down

0 comments on commit c77e4e9

Please sign in to comment.