Ensured that the TSLint VS Code plugin is turned off in the test workspace.

This commit is contained in:
reduckted 2018-11-28 20:21:34 +10:00
Родитель c63b757b15
Коммит 1be5cd1bb6
1 изменённых файлов: 2 добавлений и 1 удалений

3
test-workspace/.vscode/settings.json поставляемый
Просмотреть файл

@ -1,3 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"tslint.enable": false
}