diff --git a/.vscode/settings.json b/.vscode/settings.json index 17d4492..ccb00a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,5 +36,6 @@ "ol-prefix": false, "no-duplicate-heading": false }, - "js/ts.tsdk.path": "node_modules/typescript/lib" + "js/ts.tsdk.path": "node_modules/typescript/lib", + "typescript.tsdk": "node_modules/typescript/lib" }