Skip to content

Commit

Permalink
chapter 03: install @types/node, with that, I can work with types and…
Browse files Browse the repository at this point in the history
… node.js modules without vscode warnings
  • Loading branch information
devcorpio committed Jan 10, 2019
1 parent b23053f commit e57c8f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"homepage": "https://github.com/devcorpio/the-art-of-unit-testing#readme",
"devDependencies": {
"@types/node": "^10.12.18",
"husky": "^1.3.1",
"jest": "^23.6.0",
"prettier": "1.15.3",
Expand Down

0 comments on commit e57c8f1

Please sign in to comment.