mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
17 lines
367 B
Plaintext
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"
|
|
]
|
|
} |