Adds typescript as optional peer dependency

This commit is contained in:
Maël Nison 2020-11-29 18:18:29 +01:00 committed by GitHub
parent c969e6fcdf
commit d63993cc48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,11 @@
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},