I need intellisense of an d.ts-file which I installed via npm install mylibname.
The monaco-component provides an function addExtraLib like this example:
Microsoft Monaco Example
What I don't understand is: All examples I found have to know the source-code to add it as the first parameter to addExtraLib(myKnownSourceCode)
But I just want to use the whole "d.ts"-file for intellisense.
Is this possible?