foo/
problem-file.ts # causes type error
src/
..
Linting and checking validity of types.
Failed to compile.
I'd like to just completely ignore the foo/ folder from any checks during next build
Adding "ignorePatterns": ["foo"] to .eslintrc does not seem to have any effect although this seems to be the suggested approach that i've found.