mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
6 lines
136 B
JSON
6 lines
136 B
JSON
{
|
|
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-object-rest-spread"
|
|
]
|
|
}
|