14 lines
353 B
Plaintext
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
|
||
|
}]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|