Skip to content

Commit 9f3af99

Browse files
Update office-addins-tutorial.md
this is type declarations, this should go in devDependencies
1 parent b1630b3 commit 9f3af99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/get-started/office-addins-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tutorial for creating Outlook Web Access extension using SharePoint Framework
33
description: Creating Outlook add-ins using SharePoint Framework
4-
ms.date: 02/08/2020
4+
ms.date: 02/19/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -86,7 +86,7 @@ Manifest file contains by default definition to expose your add-in as a tool pan
8686
In the console, enter the following to install the types for the Office JavaScript SDK from the npm:
8787
8888
```shell
89-
npm install @types/office-js
89+
npm install @types/office-js --save-dev
9090
```
9191
9292
This adds the needed intelligence for the Office JavaScript SDK types when you develop your solution in TypeScript.

0 commit comments

Comments
 (0)