Skip to content

Commit f6ba862

Browse files
authored
Add TypeScript peer dependency to react-scripts (facebook#8038)
1 parent fffc777 commit f6ba862

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-scripts/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
"optionalDependencies": {
8989
"fsevents": "2.1.2"
9090
},
91+
"peerDependencies": {
92+
"typescript": "^3.2.1"
93+
},
9194
"peerDependenciesMeta": {
9295
"typescript": {
9396
"optional": true

0 commit comments

Comments
 (0)