add babel config for flow

This commit is contained in:
41666 2019-02-25 00:47:35 -06:00
parent 959a2eb46f
commit e03f6810da
3 changed files with 2364 additions and 60 deletions

8
.babelrc Normal file
View file

@ -0,0 +1,8 @@
{
"presets": [
"next/babel"
],
"plugins": [
"transform-flow-strip-types"
]
}

8
.flowconfig Normal file
View file

@ -0,0 +1,8 @@
[ignore]
.*/node_modules/*
[include]
[libs]
[options]

2408
yarn.lock

File diff suppressed because it is too large Load diff