mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-05 13:35:19 +02:00
17 lines
212 B
Text
17 lines
212 B
Text
|
{
|
||
|
"env": {
|
||
|
"test": {
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "current"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|