Jakub Sokołowski e1a9fa3066
add initial package.json .gitignire and .babelrc
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2018-12-12 15:57:17 +01:00

7 lines
149 B
Plaintext

{
"presets": [
["@babel/env", { "targets": {"node": "current"} }]
],
"plugins": ["@babel/plugin-transform-async-to-generator"]
}