mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
b67ec6f9f8
* chore(plugin-server): update babelrc node version presets While updating node versions in some places, we missed this one. * bump version in devcontainer for plugin-server
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true,
|
|
"targets": { "node": 16 }
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|