TypeStrong / fork-ts-checker-webpack-plugin

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

Does it respect @ts-nocheck ? #827

Closed deser closed 1 year ago

deser commented 1 year ago

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

piotr-oles commented 1 year 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.