UNPKG
renpy-js
Version:
latest (1.0.0)
1.0.0
renpy parser for javascript
github.com/urine-scientists/renpy-js
urine-scientists/renpy-js
renpy-js
/
.babelrc
15 lines
•
215 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"browsers"
: [
"last 2 versions"
,
">= 5% in KR"
] } } ] ] }