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:
3
tsconfig.json
Normal file
3
tsconfig.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "./extensions/ql-vscode/tsconfig.json"
|
||||
}
|
||||
Reference in New Issue
Block a user