We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac91d1 commit d2771a8Copy full SHA for d2771a8
1 file changed
src/harness/loggedIO.ts
@@ -262,7 +262,7 @@ namespace Playback {
262
};
263
264
function generateTsconfig(newLog: IOLog): undefined | { compilerOptions: ts.CompilerOptions, files: string[] } {
265
- if (newLog.filesRead.some(file => /tsconfig.json$/.test(file.path))) {
+ if (newLog.filesRead.some(file => /tsconfig.+json$/.test(file.path))) {
266
return;
267
}
268
const files = [];
0 commit comments