$ errors.fyi/typescript/TS2540 74 namespaces · 3,092 codes
typescript · typescript/TS2540
TS2540

Cannot Assign to Read-Only Property

An assignment targets a property that is marked `readonly`. Remove the `readonly` modifier or use a different approach such as object spreading to create a modified copy.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT