mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 17:24:07 +03:00
16 lines
321 B
JavaScript
16 lines
321 B
JavaScript
module.exports = {
|
|
"plugins": [
|
|
"@babel/plugin-transform-modules-commonjs"
|
|
],
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript"
|
|
]
|
|
}; |