UNPKG
musicxml2json-piano
Version:
latest (0.1.1)
0.1.1
0.1.0
MusicXML to JSON for piano.
github.com/gzzhiyi/musicxml2json-piano
gzzhiyi/musicxml2json-piano
musicxml2json-piano
/
.babelrc
9 lines
•
156 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-typescript"
],
"plugins"
: [ [
"
@babel
/transform-runtime"
, {
"regenerator"
: true }] ] }