Could not find a declaration file for module 'auth0-js'. 'C:/sandbox/loginauth0/node_modules/auth0-js/src/index.js' implicitly has an 'any' type.
I wanted to use the auth0 login. But after following the instructions and building my own Angular 2 service.
import * as auth0 from 'auth0-js';
gives an error like above. but I put it in with "npm install --save auth0-js" and its in my node_modules