mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-06 05:26:22 -07:00
10 lines
158 B
Text
Executable file
10 lines
158 B
Text
Executable file
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env", {"targets": {"node": "current"}},
|
|
"@babel/preset-typescript"
|
|
]
|
|
],
|
|
"comments": false,
|
|
"sourceMaps": true
|
|
}
|