UNPKG
stock-chart-display
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
Lit Web Component to display stock charts
stock-chart-display
/
.babelrc
8 lines
(7 loc)
•
261 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
{
"presets"
:
[["@babel/preset-env", { "targets": "> 0.25%, not dead" }]]
,
"plugins"
: [ [
"@babel/plugin-proposal-decorators"
, {
"decoratorsBeforeExport"
:
true
}], [
"@babel/plugin-transform-class-properties"
, {
"loose"
:
true
}] // Add this line ] }