devsite/node_modules/with/.babelrc

10 lines
129 B
Plaintext
Raw Normal View History

2024-07-08 01:49:38 +00:00
{
"presets": [
[ "es2015", { "loose": true } ]
],
"plugins": [
"add-module-exports",
"transform-runtime"
]
}