Mark TypeScript as an optional peer dependency (#7860)

This commit is contained in:
Dylan Staley
2019-10-30 21:05:29 -07:00
committed by Ian Schmitz
parent b68c777792
commit 6d6dfa9ba5

View File

@@ -88,6 +88,11 @@
"optionalDependencies": {
"fsevents": "2.0.7"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"browserslist": {
"production": [
">0.2%",