23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"node": "10.4",
|
|
"browsers": ">1%, not ie 11"
|
|
},
|
|
"exclude": [
|
|
"transform-regenerator"
|
|
]
|
|
}
|
|
],
|
|
"@babel/typescript"
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties",
|
|
"@babel/proposal-object-rest-spread",
|
|
"@babel/plugin-syntax-bigint"
|
|
]
|
|
}
|