32 lines
756 B
Plaintext
32 lines
756 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react",
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-typescript-to-proptypes",
|
|
"@babel/plugin-proposal-class-properties",
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"sourceType": "unambiguous",
|
|
"corejs": 3
|
|
}
|
|
],
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-syntax-import-meta",
|
|
"@babel/plugin-proposal-json-strings",
|
|
[
|
|
"@babel/plugin-proposal-decorators",
|
|
{
|
|
"legacy": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-function-sent",
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
"@babel/plugin-proposal-throw-expressions"
|
|
]
|
|
}
|