Skip to content

Commit 590d74c

Browse files
authored
fix: add peer dep to typescript v5.x in package.json. (#20)
1 parent e1ef309 commit 590d74c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"homepage": "https://github.com/vuejs/tsconfig#readme",
2323
"publishConfig": {
2424
"access": "public"
25+
},
26+
"peerDependencies": {
27+
"typescript": "5.x"
2528
}
2629
}

0 commit comments

Comments
 (0)