tldraw/www/.babelrc
2021-11-06 16:11:30 +00:00

11 lines
142 B
Text

{
"presets": [
[
"next/babel",
{
"preset-env": { "targets": { "node": true } }
}
]
],
"plugins": []
}