Files
kami-parse-server/spec/.babelrc
Daniel ee7246733d feat: Upgrade Node Package Manager lock file package-lock.json to version 2 (#8285)
BREAKING CHANGE: The Node Package Manager lock file `package-lock.json` is upgraded to version 2; while it is backwards with version 1 for the npm installer, consider this if you run any non-npm analysis tools that use the lock file (#8285)
2022-12-22 13:26:38 +01:00

15 lines
267 B
Plaintext

{
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
],
"presets": [
["@babel/preset-env", {
"targets": {
"node": "14"
}
}]
],
"sourceMaps": "inline",
"retainLines": true
}