Skip to content

Commit e57c8f1

Browse files
committed
chapter 03: install @types/node, with that, I can work with types and node.js modules without vscode warnings
1 parent b23053f commit e57c8f1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
},
1818
"homepage": "https://github.com/devcorpio/the-art-of-unit-testing#readme",
1919
"devDependencies": {
20+
"@types/node": "^10.12.18",
2021
"husky": "^1.3.1",
2122
"jest": "^23.6.0",
2223
"prettier": "1.15.3",

0 commit comments

Comments
 (0)