Closed
Description
We should add this file to the list of files we export.
Currently you need to export the file explicitly like this:
import { ImplicitMSALAuthenticationProvider } from "@microsoft/microsoft-graph-client/lib/src/ImplicitMSALAuthenticationProvider";
Ideally we should be able to do
import * as MicrosoftGraph from "@microsoft/microsoft-graph-client";