Angular:error TS2717: Subsequent property declarations must have the same type. Property 'contentRect' mu st be of type 'DOMRectReadOnly', but here has type 'DOMRectReadOnly'.

解决方案

tsconfig.jsoncompilerOptions选项中添加如下内容"skipLibCheck": true
如下图所示
image

之后重新启动项目。 如下图启动成功
image

posted @ 2023-07-30 21:26  胸怀丶若谷  阅读(104)  评论(0编辑  收藏  举报