This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
calendar-demo/server/.babelrc
2021-01-03 10:31:08 +01:00

12 lines
178 B
Plaintext

{
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}