Skip to content

Commit 5d99312

Browse files
committed
fix: ignore typescript version
1 parent 84a91f4 commit 5d99312

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,12 @@
8181
},
8282
"engines": {
8383
"node": ">=14.19.0"
84+
},
85+
"pnpm": {
86+
"peerDependencyRules": {
87+
"allowedVersions": {
88+
"typescript": "4"
89+
}
90+
}
8491
}
8592
}

0 commit comments

Comments
 (0)