From 6586f4da4b01571e9d253181e014942e4d054da9 Mon Sep 17 00:00:00 2001 From: HaruHunab1320 Date: Wed, 10 Nov 2021 18:04:36 -0800 Subject: [PATCH] watch for files and check for errors --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index e5a3aed04..cf15556f4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,6 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "prettier.configPath": "./.prettierrc.json", "eslint.workingDirectories": ["./client", "./core"], + "typescript.tsserver.experimental.enableProjectDiagnostics": true, "cSpell.enabled": false }