Skip to content

Commit f968f8e

Browse files
committed
Add a top-level tsconfig.json
The reason to add this is that I am getting misleadings errors in vscode that this file is missing. By adding this file, I no longer see these errors.
1 parent c247292 commit f968f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./extensions/ql-vscode/tsconfig.json"
3+
}

0 commit comments

Comments
 (0)