1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 05:26:22 -07:00
gochan/frontend/.babelrc
2023-05-13 23:46:41 -07:00

10 lines
158 B
Text
Executable file

{
"presets": [
[
"@babel/preset-env", {"targets": {"node": "current"}},
"@babel/preset-typescript"
]
],
"comments": false,
"sourceMaps": true
}