Is it possible to ignore all Typescript compilation errors? I tried setting noEmitOnError` to false in my tsconfig.json, but that doesn't seem sufficient.
Perhaps don't use TypeScript? 馃槈
Quite seriously, you can use transpileOnly which exists so you can do type checking with something else like fork-ts-checker-webpack-plugin. Why do you want to ignore errors btw?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closing as stale. Please reopen if you'd like to work on this further.