17 lines
212 B
Plaintext
17 lines
212 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|