9 lines
127 B
Plaintext
Executable File
9 lines
127 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
"@babel/typescript",
|
|
"@babel/react",
|
|
"@babel/env"
|
|
],
|
|
"plugins": ["@babel/proposal-class-properties"]
|
|
}
|