mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
Mark TypeScript as an optional peer dependency (#7860)
This commit is contained in:
committed by
Ian Schmitz
parent
b68c777792
commit
6d6dfa9ba5
@@ -88,6 +88,11 @@
|
||||
"optionalDependencies": {
|
||||
"fsevents": "2.0.7"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
|
||||
Reference in New Issue
Block a user