Add flowjs support

This commit is contained in:
Dane Everitt 2018-09-23 14:58:09 -07:00
parent b6205463db
commit c3ef290145
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 586 additions and 13 deletions

View file

@ -3,6 +3,9 @@
"@babel/preset-env"
],
"plugins": [
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }]
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
"babel-plugin-transform-class-properties",
"babel-plugin-syntax-flow",
"babel-plugin-transform-flow-strip-types"
]
}