Skip to content

Commit 2b53396

Browse files
committed
Fix warning
1 parent 19a76dc commit 2b53396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/gulpfile.ts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib": ["es6"],
99
"moduleResolution": "node",
1010
"sourceMap": true,
11-
"rootDir": "src",
11+
"rootDir": ".",
1212
"strictNullChecks": true,
1313
"noFallthroughCasesInSwitch": true,
1414
"preserveWatchOutput": true,

0 commit comments

Comments
 (0)