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