Skip to main content
Module

x/teddytags/.babelrc

🐻 The superfast way to custom elements.
Go to Latest
File
{ "presets": [ [ "@babel/preset-env", { "targets": { "chrome": 23, "firefox": 21, "ie": 10, "safari": 6 } } ], "@babel/preset-typescript" ], "sourceMaps": true}