epiphany/node_modules/with/.babelrc

10 lines
129 B
Text
Raw Normal View History

2023-12-09 22:19:03 -08:00
{
"presets": [
[ "es2015", { "loose": true } ]
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
}