【发布时间】:2020-12-23 12:19:57
【问题描述】:
试图编译一个使用 lit-element 和 lit-html 的 typescript 项目,并且对使用 lit-html 的其他项目有依赖关系,这给了我错误
.../lit-html/lib/parts").NodePart' is not assignable to type 'import(".../lit-html/lib/parts").NodePart'.
Types have separate declarations of a private property '__pendingValue'.
我正在使用 webpack@4.42.1 尝试编译项目。
有什么想法吗?
【问题讨论】:
标签: lit-element lit-html