Generate propTypes in all build types

This commit is contained in:
Maciej Ziarkowski 2019-11-06 14:50:43 +00:00
parent daf36c9750
commit 4d8e084a35

View File

@ -1,14 +1,13 @@
{
"env": {
"development": {
"plugins": [
"@babel/plugin-syntax-jsx",
"@babel/plugin-syntax-typescript",
["babel-plugin-typescript-to-proptypes", {
"implicitChildren": true,
"typeCheck": true
}]
]
}
}
"plugins": [
"@babel/plugin-syntax-jsx",
"@babel/plugin-syntax-typescript",
[
"babel-plugin-typescript-to-proptypes",
{
"implicitChildren": true,
"typeCheck": true
}
]
]
}