tsc fails to build due to errors
When I run
tsc
to compile the project to javascript, I am getting the following error:
Weird thing is, it actually compiles successfully, and I can start the app. Can I just ignore the error?2 Replies
I just added
skipLibCheck
option and it worksAlso interested in this one. Would love to see a solution that doesn't involve
skipLibCheck