jamiebuilds_the-super-tiny-.../.babelrc

9 lines
97 B
Plaintext
Raw Normal View History

{
"presets": [
"es2015",
],
"plugins": [
"transform-es2015-modules-commonjs"
]
}