privileged-requester/.babelrc

11 строки
169 B
Plaintext

{
"env": {
"test": {
"plugins": [
"@babel/plugin-transform-modules-commonjs",
"@babel/plugin-proposal-throw-expressions"
]
}
}
}