mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
{
|
|
"presets": [["env", {"modules": false}]],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
"transform-es2015-modules-commonjs"
|
|
]
|
|
}
|
|
}
|
|
}
|