mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
20 lines
224 B
JSON
20 lines
224 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env", {
|
|
"loose": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-assign"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
"istanbul"
|
|
]
|
|
}
|
|
}
|
|
}
|