12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/env",
|
||
|
"@babel/typescript"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/proposal-class-properties",
|
||
|
"@babel/proposal-object-rest-spread",
|
||
|
"rewire-exports"
|
||
|
]
|
||
|
}
|