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

胸怀丶若谷 / 2023-07-30 / 原文

解决方案

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

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