Bilibili-Evolved/.babelrc
2020-11-09 19:54:16 +08:00

17 lines
367 B
Plaintext

{
"presets": [
// "@babel/preset-env",
[
"@babel/preset-typescript",
{
"allExtensions": true
}
]
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator",
"./builder/node/@babel/plugin-top-level-return"
]
}