11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
|
{
|
||
|
"sourceMaps": true,
|
||
|
"presets": [
|
||
|
["@babel/preset-env", {
|
||
|
"targets": {
|
||
|
"node": "current"
|
||
|
}
|
||
|
}]
|
||
|
],
|
||
|
"ignore": []
|
||
|
}
|