You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a declaration file for module 'simple-ldap-search'. '/node_modules/simple-ldap-search/dist/index.js' implicitly has an 'any' type.
Try npm install @types/simple-ldap-search if it exists or add a new declaration (.d.ts) file containing declare module 'simple-ldap-search';
Using in typescript and getting this error when making javascript dist folder.
Could not find a declaration file for module 'simple-ldap-search'. '/node_modules/simple-ldap-search/dist/index.js' implicitly has an 'any' type.
Try
npm install @types/simple-ldap-search
if it exists or add a new declaration (.d.ts) file containingdeclare module 'simple-ldap-search';
Using in typescript and getting this error when making javascript dist folder.
import SimpleLDAP from 'simple-ldap-search';
export class LdapClient {
}
The text was updated successfully, but these errors were encountered: