mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
}
|