Add TypeScript peer dependency to react-scripts (#8038)

This commit is contained in:
Ian Sutherland
2019-11-28 15:32:19 -07:00
committed by GitHub
parent fffc777a93
commit f6ba862500

View File

@@ -88,6 +88,9 @@
"optionalDependencies": {
"fsevents": "2.1.2"
},
"peerDependencies": {
"typescript": "^3.2.1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true