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