13 lines
269 B
Plaintext
Executable File
13 lines
269 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
"@babel/preset-typescript",
|
|
"@babel/env",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
|
["@babel/plugin-proposal-class-properties", {"loose": true}]
|
|
]
|
|
}
|