We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e446297 commit b93d112Copy full SHA for b93d112
1 file changed
src/compiler/commandLineParser.ts
@@ -558,7 +558,7 @@ namespace ts {
558
}
559
else {
560
// by default exclude node_modules, and any specificied output directory
561
- exclude = ["./node_modules"]
+ exclude = ["node_modules"]
562
let outDir = json["compilerOptions"] && json["compilerOptions"]["outDir"];
563
if(outDir) {
564
exclude.push(outDir);
0 commit comments