This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-03 16:20:17 +00:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
"@babel/env",
|
|
|
|
"@babel/typescript"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"decoratorsBeforeExport": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
{
|
|
|
|
"loose": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-transform-runtime",
|
|
|
|
{
|
|
|
|
"regenerator": true
|
|
|
|
}
|
2021-04-03 17:07:11 +00:00
|
|
|
],
|
|
|
|
"macros"
|
2021-04-03 16:20:17 +00:00
|
|
|
]
|
|
|
|
}
|