Intellisense is not working for npm packages
I have installed validator package.
The Intellisense is not showing any functions
Intellisense works only when I type like this
Intellisense is not working for npm packages
I have installed validator package.
The Intellisense is not showing any functions
Intellisense works only when I type like this
you can use jsdoc.
/**
* @type {import('validator').default} validator
*/
const validator = require('validator');