TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.93k stars 238 forks source link

Does it respect @ts-nocheck ? #827

Closed deser closed 8 months ago

deser commented 8 months ago

I have a suspicion that it doesn't respect @ts-nocheck directive. Is this true?

piotr-oles commented 8 months ago

We don't have any specific code to ignore @ts-nocheck - this plugin simply runs typescript in a separate thread and integrates with webpack. All typescript features should be supported. I'm closing this issue, but if you have any reproduction repository where it doesn't work, post it here, I can take a look.