aboutsummaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc19
1 files changed, 19 insertions, 0 deletions
diff --git a/.babelrc b/.babelrc
new file mode 100644
index 0000000..a3a664b
--- /dev/null
+++ b/.babelrc
@@ -0,0 +1,19 @@
+{
+ "presets": [],
+ "plugins": [
+ [
+ "module:fast-async",
+ {
+ "env": {
+ "log": false
+ },
+ "compiler": {
+ "promises": false,
+ "generators": false
+ },
+ "runtimePattern": null,
+ "useRuntimeModule": false
+ }
+ ]
+ ]
+} \ No newline at end of file