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" }
1.4m articles
1.4m replys
5 comments
57.0k users