mirror of
https://github.com/derron1/mpsfun.git
synced 2026-01-11 09:54:28 +00:00
14 lines
197 B
Plaintext
Executable File
14 lines
197 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
["env", { "modules": false }],
|
|
"stage-2"
|
|
],
|
|
"plugins": ["transform-runtime"],
|
|
"comments": false,
|
|
"env": {
|
|
"test": {
|
|
"plugins": [ "istanbul" ]
|
|
}
|
|
}
|
|
}
|