0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/plugin-server/.babelrc

15 lines
253 B
Plaintext
Raw Normal View History

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