mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Add TypeScript peer dependency to react-scripts (#8038)
This commit is contained in:
@@ -88,6 +88,9 @@
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^3.2.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
"optional": true
|
||||
|
||||
Reference in New Issue
Block a user