Due to an unresolved TypeScript bug causing a false positive, I am looking to disable a specific TypeScript error for my entire project. How can this be achieved?
The requirements are:
- Disabling only one type of error
- Not limited to a single line or file, but applying to the entire project
An open GitHub issue suggests a possible solution: tsconfig - Ignore errors by ids #29950.
P.-S. The TypeScript bug mentioned can be found at: Using Box from MUI cause error #823