diff --git a/.vscode/settings.json b/.vscode/settings.json index 841afbd57..45930bf87 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "package-lock.json": true }, "tslint.autoFixOnSave": true, - "tslint.jsEnable": true + "tslint.jsEnable": true, + "typescript.tsdk": "node_modules/typescript/lib" } \ No newline at end of file