如何让 Web 组件使用 TypeScript 为 IE11/Edge/Chrome/Firefox 编译?

How can I get Web Components to compile with TypeScript for IE11/Edge/Chrome/Firefox?

设置了一个 Web 项目以使用 TypeScript/WebPack 我无法得到 Google Chrome 到 运行 结果:

错误显示:"Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function."

我了解到 用于转换为 ES5,但我仍然无法让它工作。这可能是因为我不想向 HTML 添加