From b0933bdae883ba1631ea30770d9775e4affcccb0 Mon Sep 17 00:00:00 2001 From: jamaljsr <1356600+jamaljsr@users.noreply.github.com> Date: Sat, 12 Dec 2020 23:16:48 -0500 Subject: [PATCH] chore: fix vscode linting with wrong TS version --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 788b95ce..51d74775 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,5 +66,5 @@ "eslint.workingDirectories": [ "./app" ], - "eslint.enable": true + "typescript.tsdk": "./app/node_modules/typescript/lib" }