I am wondering if it is possible to exclude library folders like node_modules from compilerOptions.
I want to activate strictNullChecks, but there are issues with some libraries f.e. Angular2.
Is there any way to ignore issues in node_modules with compilerOptions?