mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-05 05:22:26 +03:00
13 lines
186 B
JavaScript
13 lines
186 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@babel/preset-env',
|
|
'@babel/preset-typescript',
|
|
[
|
|
'@babel/preset-react',
|
|
{
|
|
runtime: 'automatic',
|
|
},
|
|
],
|
|
],
|
|
};
|