Skip to content

Commit

Permalink
auto(deps): update dependency tsconfigs to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and mightyiam committed Jun 14, 2020
1 parent 2846189 commit eb1ec8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 @@ -73,7 +73,7 @@
"remark-cli": "8.0.0",
"remark-toc": "7.0.0",
"ts-transform-import-path-rewrite": "0.2.1",
"tsconfigs": "4.0.2",
"tsconfigs": "5.0.0",
"tty-table": "4.1.3",
"ttypescript": "1.5.10",
"typescript": "3.9.5",
Expand Down
3 changes: 3 additions & 0 deletions src/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
{ "path": "../package/tsconfig.json" }
],
"compilerOptions": {
"types": [
"mocha"
],
"strictFunctionTypes": false,
"target": "ES2015",
"outDir": "../../build/test",
Expand Down

0 comments on commit eb1ec8c

Please sign in to comment.