File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/spfx/web-parts/get-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Tutorial for creating Outlook Web Access extension using SharePoint Framework
3
3
description : Creating Outlook add-ins using SharePoint Framework
4
- ms.date : 02/08 /2020
4
+ ms.date : 02/19 /2020
5
5
ms.prod : sharepoint
6
6
localization_priority : Priority
7
7
---
@@ -86,7 +86,7 @@ Manifest file contains by default definition to expose your add-in as a tool pan
86
86
In the console, enter the following to install the types for the Office JavaScript SDK from the npm:
87
87
88
88
```shell
89
- npm install @types/office-js
89
+ npm install @types/office-js --save-dev
90
90
```
91
91
92
92
This adds the needed intelligence for the Office JavaScript SDK types when you develop your solution in TypeScript.
You can’t perform that action at this time.
0 commit comments