Can I set up typescript.tsdk relative to my project dir/tsconfig file? It looks like this option works only with an absolute path.
In your project's .vscode/settings.json:
.vscode/settings.json
{ "typescript.tsdk": "node_modules/typescript/lib" }
2.1m questions
2.1m answers
60 comments
57.0k users