aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-12-06 22:35:49 -0500
committerJason Miller <[email protected]>2017-12-06 22:35:49 -0500
commit4a8e0a524b5d6e112f87d761f70a25197246dad3 (patch)
treec7499a82029efc11685ef7823313fb738603e7d5 /package.json
parent533fee0d8b21f2a8520e2bae735ba36c74476ba7 (diff)
Clean up repo root
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1464add..9497394 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,15 @@
"dist",
"mitt.d.ts"
],
+ "babel": {
+ "presets": [
+ "es2015",
+ "stage-0"
+ ],
+ "plugins": [
+ "transform-flow-strip-types"
+ ]
+ },
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint:recommended",