mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 06:09:40 +03:00
15 lines
243 B
JavaScript
15 lines
243 B
JavaScript
module.exports = {
|
|
plugins: ['@babel/plugin-transform-modules-commonjs'],
|
|
presets: [
|
|
[
|
|
'@babel/preset-env',
|
|
{
|
|
targets: {
|
|
node: 'current',
|
|
},
|
|
},
|
|
],
|
|
'@babel/preset-typescript',
|
|
],
|
|
};
|