diff options
Diffstat (limited to 'babel-plugin-async-to-promises/.babelrc')
-rw-r--r-- | babel-plugin-async-to-promises/.babelrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babel-plugin-async-to-promises/.babelrc b/babel-plugin-async-to-promises/.babelrc new file mode 100644 index 0000000..c13c5f6 --- /dev/null +++ b/babel-plugin-async-to-promises/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["es2015"] +} |