colouring-montreal/app/.babelrc

13 lines
281 B
Plaintext
Raw Normal View History

{
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
}
]
]
}