This commit is contained in:
Tom Moor
2020-08-08 17:12:36 -07:00
parent 638418432a
commit 139e2e29d7
3 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
{
"javascript.validate.enable": false
"javascript.validate.enable": false,
"typescript.validate.enable": false,
"editor.formatOnSave": true,
"typescript.format.enable": false
}