UNPKG
brain-game
Version:
latest (1.6.9)
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.5.5
1.4.5
1.3.5
1.2.5
1.1.5
1.1.4
1.0.22
1.0.4
1.0.2
1.0.1
1.0.0
simple game
github.com/Rende11/js_l1_brain_games-s12
Rende11/js_l1_brain_games-s12
brain-game
/
.babelrc
5 lines
(4 loc)
•
135 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"node"
:
"current"
}
}
]
,
"stage-0"
]
,
"plugins"
:
[
"syntax-flow"
,
"transform-flow-strip-types"
]
}