8 lines
109 B
Plaintext
8 lines
109 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/typescript",
|
|
"@babel/env"
|
|
],
|
|
"plugins": ["@babel/proposal-class-properties"]
|
|
}
|