How to properly import and use the MSAL (Microsoft Authentication Library for js) into a typescript react single page application?
问题 Problem I can't seem to get the MSAL library to import properly into my typescript code. I'm using the MSAL for JS library (which is supposed to have typings) in a simple typescript/react project scaffolded using the create-react-app with react-typescript scripts. I'm new to typescript and not sure if I'm missing something obvious or if there is a problem with the MSAL package when using it with typescript projects. Details: I added the MSAL package from NPM using npm install --save msal . I