mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
d1bf984d0b
* Add unit testing * Update unit testing * Update unit testing * fix a big heap of formatting typo
13 lines
257 B
Text
13 lines
257 B
Text
{
|
|
"presets": [[
|
|
"@babel/preset-env",
|
|
{
|
|
"corejs": "3",
|
|
"useBuiltIns": "usage"
|
|
}
|
|
]],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|