Skip to main content
Module

x/a11yslider/.babelrc

Library for simple and accessible sliders
Go to Latest
File
{ "exclude": ["node_modules/**"], "presets": [ [ "@babel/env", { "useBuiltIns": "usage", "corejs": 3 } ], "@babel/typescript" ], "plugins": [ "@babel/plugin-transform-typescript", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-optional-chaining" ]}