mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"loose": true,
|
|
"targets": {
|
|
"node": 18
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|