Skip to content

Commit 655857c

Browse files
committed
fix npm ci peer dep conflicts with typescript 6.0.2
1 parent 33bc417 commit 655857c

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@
7171
"ts-node": "^10.9.2",
7272
"typescript": "6.0.2",
7373
"typescript-eslint": "^8.46.3"
74+
},
75+
"overrides": {
76+
"typescript": "$typescript"
7477
}
7578
}

0 commit comments

Comments
 (0)