Add "skipLibCheck": true, to tsconfig.json
mateushnsoares opened this issue · 1 comments
mateushnsoares commented
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.
kamilmysliwiec commented
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.