mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
25 lines
378 B
JSON
25 lines
378 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": true
|
|
}
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread"
|
|
],
|
|
"sourceMaps": "inline",
|
|
"retainLines": true,
|
|
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["dynamic-import-node"]
|
|
}
|
|
}
|
|
}
|