We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750d20 commit 247bc50Copy full SHA for 247bc50
src/main.test.ts
@@ -42,6 +42,7 @@ for (const snapshotDirectory of snapshotDirectories) {
42
lsifIndex({
43
workspaceRoot: inputRoot,
44
projectRoot: inputRoot,
45
+ inferTSConfig: false,
46
writeIndex: partialIndex => {
47
if (partialIndex.metadata) {
48
index.metadata = partialIndex.metadata
0 commit comments