2018-07-01 00:00:37 -04:00
|
|
|
{
|
|
|
|
|
"plugins": [
|
2022-12-22 23:26:38 +11:00
|
|
|
"@babel/plugin-proposal-object-rest-spread"
|
2018-07-01 00:00:37 -04:00
|
|
|
],
|
|
|
|
|
"presets": [
|
2025-01-30 11:45:35 +11:00
|
|
|
"@babel/preset-typescript",
|
2022-12-22 23:26:38 +11:00
|
|
|
["@babel/preset-env", {
|
2018-07-01 00:00:37 -04:00
|
|
|
"targets": {
|
2025-01-30 11:45:35 +11:00
|
|
|
"node": "18"
|
2018-07-01 00:00:37 -04:00
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
],
|
2025-01-30 11:45:35 +11:00
|
|
|
"sourceMaps": "inline"
|
2018-07-01 00:00:37 -04:00
|
|
|
}
|