Building Applications and Solutions with Microsoft 365 Core Services (legacy) — Question 40

You plan to develop a TypeScript client-side app that will use the MSGraphClient library.
You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the MSGraph client library.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Answer options

Correct answer: A, B

Explanation

The correct answers are A and B. Answer A provides the necessary import statement for the MSGraphClient library, enabling IntelliSense and code completion. Answer B installs the types used by the library, which is crucial for accurate code suggestions. Options C, D, and E do not contribute to setting up IntelliSense for the MSGraphClient library specifically.