I want the Monaco editor to recognized lodash as a library. To fix this I'm using addExtraLib(content: string, filePath?: string). As lodash is my node module I can provide a file path but what to write in the content. I need the entire functions of lodash to be enabled in my monaco-editor.
I'm able to add a small custom library using https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-configure-javascript-defaults
