mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
11 lines
166 B
Plaintext
11 lines
166 B
Plaintext
|
|
{
|
||
|
|
"presets": [
|
||
|
|
"@babel/env",
|
||
|
|
"@babel/typescript"
|
||
|
|
],
|
||
|
|
"plugins": [
|
||
|
|
"@babel/proposal-class-properties",
|
||
|
|
"@babel/proposal-object-rest-spread"
|
||
|
|
]
|
||
|
|
}
|