add @babel/preset-flow config options all equals true
This commit is contained in:
parent
2c5a0534d7
commit
bee61a1f31
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
||||||
"test": "lerna run test",
|
"test": "lerna run test",
|
||||||
"bootstrap": "lerna bootstrap"
|
"bootstrap": "lerna bootstrap"
|
||||||
},
|
},
|
||||||
"presets": ["@babel/preset-flow"],
|
"presets": [
|
||||||
|
["@babel/preset-flow", {
|
||||||
|
"all": true
|
||||||
|
}]
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-flow": "^7.8.3",
|
"@babel/preset-flow": "^7.8.3",
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
|
|
Loading…
Reference in a new issue