UNPKG

jj-fast-utils

Version:
6 lines • 190 B
"use strict"; module.exports = { presets: [['@babel/preset-env']], plugins: [['@babel/plugin-transform-runtime', { useESModules: true }]], }; //# sourceMappingURL=babel.config.js.map