1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-27 01:39:21 +00:00
Files
libs/packages/object-util/.babelrc
2020-09-11 10:43:07 +02:00

11 lines
125 B
Plaintext

{
"presets": [
["@babel/preset-env", {
"targets": {
"node": "current"
}
}],
"@babel/preset-typescript"
]
}