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
Родитель c247292181
Коммит f968f8e2f5
1 изменённых файлов: 3 добавлений и 0 удалений

3
tsconfig.json Normal file
Просмотреть файл

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