mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
10 lines
313 B
Text
10 lines
313 B
Text
{
|
|
"presets": ["@babel/typescript", "@babel/env", "@babel/react", "@babel/flow"],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-decorators", { "legacy": true }],
|
|
"@babel/proposal-class-properties",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
|
|
]
|
|
}
|