UNPKG
deckbuilder
Version:
latest (1.1.2)
1.1.2
1.1.0
1.0.4
1.0.0
0.1.3
0.1.2
0.1.0
A deck building and management tool any card based games in the browser or Node.
deckbuilder
/
.babelrc
10 lines
•
174 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"presets"
: [
"
@babel
/env"
,
"
@babel
/typescript"
],
"plugins"
: [
"
@babel
/proposal-class-properties"
,
"
@babel
/proposal-object-rest-spread"
] }