From 2bde0b0b12a03d826098744e460e74fa3e1c317e Mon Sep 17 00:00:00 2001 From: shmck Date: Sat, 16 May 2020 09:13:46 -0700 Subject: [PATCH] ts version use node_modules Signed-off-by: shmck --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 46294b2b..e0398fd9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,6 @@ "build": false, // set this to true to hide the "out" folder with the compiled JS files ".vscode-test/**": true }, - "git.alwaysSignOff": true // DCO compliance + "git.alwaysSignOff": true, + "typescript.tsdk": "./node_modules/typescript/lib" }