Skip to content

Commit 435fc0a

Browse files
authored
Fix rootDir used in test tsconfig (#1770)
1 parent ede534c commit 435fc0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"compilerOptions": {
66
"noEmit": true,
77
"resolveJsonModule": true,
8-
"rootDirs": [".", "../src"]
8+
"rootDir": ".."
99
}
1010
}

0 commit comments

Comments
 (0)