Skip to content

Commit 720cd73

Browse files
committed
Fix the build errors due to different version of node types
1 parent e8fa4aa commit 720cd73

2 files changed

Lines changed: 36 additions & 329 deletions

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@
6060
"typescript": "~4.8.3",
6161
"webpack": "^5.9.0"
6262
},
63-
"dependencies": {}
63+
"dependencies": {},
64+
"resolutions": {
65+
"@types/node": "^16"
66+
}
6467
}

0 commit comments

Comments
 (0)