nestjs/typescript-starter

Add "skipLibCheck": true, to tsconfig.json

mateushnsoares opened this issue · 1 comments

I prefer to have this option because not always all libraries are with all code correct I think that you need to check only your application.

Come on to discuss if it makes sense to the boilerplate or no.

Feel free to change skipLibCheck to true if you want. It's up to developers to adjust their configuration to the team's needs. We suggest using false though and we don't plan to change it in the near future.