mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 11:42:13 +00:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime", {
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|