Files
vscode-codeql/tsconfig.json
Andrew Eisenberg f968f8e2f5 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.
2020-08-24 10:58:17 -07:00

4 lines
56 B
JSON

{
"extends": "./extensions/ql-vscode/tsconfig.json"
}