Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit a063e68

Browse files
committed
build: add @types/node resolutions
This addresses `Conflicting definitions for 'node'`
1 parent 25abb20 commit a063e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"resolutions": {
3939
"@types/hapi__boom": "7.4.1",
40-
"@types/hapi__iron": "5.1.0"
40+
"@types/hapi__iron": "5.1.0",
41+
"@types/node": "^12.11.1"
4142
},
4243
"devDependencies": {
4344
"@angular-devkit/architect": "^0.900.0",

0 commit comments

Comments
 (0)