Skip to content

Commit

Permalink
build: add @types/node resolutions
Browse files Browse the repository at this point in the history
This addresses `Conflicting definitions for 'node'`
  • Loading branch information
alan-agius4 committed Feb 20, 2020
1 parent 25abb20 commit a063e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,8 @@
},
"resolutions": {
"@types/hapi__boom": "7.4.1",
"@types/hapi__iron": "5.1.0"
"@types/hapi__iron": "5.1.0",
"@types/node": "^12.11.1"
},
"devDependencies": {
"@angular-devkit/architect": "^0.900.0",
Expand Down

0 comments on commit a063e68

Please sign in to comment.