chore: disable typescript detection in VSCode

This commit is contained in:
Tom Moor 2019-08-01 21:34:17 -07:00
parent be09b6a3bd
commit 60a31992d0
1 changed files with 3 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"javascript.validate.enable": false
}