8 lines
108 B
JavaScript
Raw Normal View History

module.exports = {
globals: {
Polymer: true,
customElements: true,
CustomEvent: true,
},
};