* chore(package): update jsdoc-babel to version 0.5.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile * Use babel 7.0 * Proper configuration for jsdoc
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-transform-flow-strip-types",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
],
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "8"
|
|
}
|
|
}]
|
|
],
|
|
"sourceMaps": "inline"
|
|
}
|