colouring-montreal/app/.babelrc
2019-11-05 20:13:10 +00:00

14 lines
353 B
Plaintext

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