2019-11-05 15:13:10 -05:00
|
|
|
{
|
2019-11-06 09:50:43 -05:00
|
|
|
"plugins": [
|
|
|
|
"@babel/plugin-syntax-jsx",
|
|
|
|
"@babel/plugin-syntax-typescript",
|
|
|
|
[
|
|
|
|
"babel-plugin-typescript-to-proptypes",
|
|
|
|
{
|
|
|
|
"implicitChildren": true,
|
|
|
|
"typeCheck": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
2019-11-05 15:13:10 -05:00
|
|
|
}
|