diff options
Diffstat (limited to 'async/babel.config.js')
| -rw-r--r-- | async/babel.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/async/babel.config.js b/async/babel.config.js new file mode 100644 index 0000000..ae49d86 --- /dev/null +++ b/async/babel.config.js @@ -0,0 +1,7 @@ +module.exports = { + presets: [ + [ '@babel/env', { + useBuiltIns: 'usage' + }] + ] +} |
