Add the following to `.vscode/settings.json` ```json { "typescript.tsdk": "node_modules/typescript/lib" } ```
Add the following to
.vscode/settings.json{ "typescript.tsdk": "node_modules/typescript/lib" }