mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 12:08:41 -09:00
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"presets": [
|
|
"@babel/react",
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"styled-jsx/babel",
|
|
{
|
|
"vendorPrefixes": false
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
]
|
|
}
|