mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [ "istanbul" ],
|
|
"presets": [["env", { "targets": { "node": "current" } }]]
|
|
}
|
|
}
|
|
}
|