From a3ae71767ea55a35446a53051fe1d30dfe9f6e20 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Thu, 16 Jul 2020 14:08:22 -0400 Subject: [PATCH] vscode use project TS --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4718ffd9..bd496df1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "eslint.enable": true + "eslint.enable": true, + "typescript.tsdk": "node_modules/typescript/lib" } \ No newline at end of file