mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-08 08:32:27 +03:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}
|
|
}
|
|
} |