How can I make JsDoc/TypeScript understand JavaScript imports?
I have added // @ts-check
to a JavaScript file to use JsDoc. Suddenly I get errors in vscode for functions included with a script tag:
I have added // @ts-check
to a JavaScript file to use JsDoc. Suddenly I get errors in vscode for functions included with a script tag: