I’m trying to learn NestJS and I’m having issues with this code below. @nestJS
warning says “”nestjs”: Unknown word.cSpell”
For the functions like status
and send
I’m getting the following warning: “Property ‘status’ does not exist on type ‘Response<any, Record<string, any>>’.t”
So far looks like it’s not failing my tests or stopping my application from running but I’m worried about why this is showing an error/warning.