mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
add babel config for flow
This commit is contained in:
parent
959a2eb46f
commit
e03f6810da
3 changed files with 2364 additions and 60 deletions
8
.babelrc
Normal file
8
.babelrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
"next/babel"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"transform-flow-strip-types"
|
||||||
|
]
|
||||||
|
}
|
8
.flowconfig
Normal file
8
.flowconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[ignore]
|
||||||
|
.*/node_modules/*
|
||||||
|
|
||||||
|
[include]
|
||||||
|
|
||||||
|
[libs]
|
||||||
|
|
||||||
|
[options]
|
Loading…
Add table
Add a link
Reference in a new issue