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.
This commit is contained in:
Andrew Eisenberg
2020-08-21 08:49:23 -07:00
parent c247292181
commit f968f8e2f5

3
tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "./extensions/ql-vscode/tsconfig.json"
}