Ignoring Compilation Errors in Specific Imported Files with TypeScript
Can I tell tsc somehow, that it should ignore compilation errors in imported files, which I can't change?
I have, for example, an import from a file, which has an unused variable
I would like to keep the checks activated, but ignore them for a specific folder/subfolder
I have, for example, an import from a file, which has an unused variable
I would like to keep the checks activated, but ignore them for a specific folder/subfolder
