Currently, I am diving into the world of NestJS and encountering some difficulties with the code snippet below. The warning coming from @nestJS
states "nestjs: Unknown word.cSpell"
When using functions like status
and send
, I'm receiving a warning that says "Property 'status' does not exist on type 'Response<any, Record<string, any>>'."
Although my tests are still passing and the application is running smoothly, the presence of this error/warning raises concerns for me.