Skip to content

Commit 247bc50

Browse files
committed
Fix type error in tests
1 parent 3750d20 commit 247bc50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ for (const snapshotDirectory of snapshotDirectories) {
4242
lsifIndex({
4343
workspaceRoot: inputRoot,
4444
projectRoot: inputRoot,
45+
inferTSConfig: false,
4546
writeIndex: partialIndex => {
4647
if (partialIndex.metadata) {
4748
index.metadata = partialIndex.metadata

0 commit comments

Comments
 (0)