We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd1f78 commit 1918d53Copy full SHA for 1918d53
1 file changed
Gulpfile.ts
@@ -153,7 +153,8 @@ const harnessSources = harnessCoreSources.concat([
153
"commandLineParsing.ts",
154
"convertCompilerOptionsFromJson.ts",
155
"convertTypingOptionsFromJson.ts",
156
- "tsserverProjectSystem.ts"
+ "tsserverProjectSystem.ts",
157
+ "matchFiles.ts",
158
].map(function (f) {
159
return path.join(unittestsDirectory, f);
160
})).concat([
0 commit comments