Skip to content

Commit 8e68fa1

Browse files
[All hosts] (Visual Studio) Remove note about template issue (#5166)
1 parent 61dc6f1 commit 8e68fa1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/develop/convert-javascript-to-typescript.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert an Office Add-in project in Visual Studio to TypeScript
33
description: Learn how to convert an Office Add-in project in Visual Studio to use TypeScript.
44
ms.topic: how-to
5-
ms.date: 10/22/2024
5+
ms.date: 05/12/2025
66
ms.localizationpriority: medium
77
---
88

@@ -102,9 +102,6 @@ Change your JavaScript files (**.js**) to TypeScript files (**.ts**). Then, make
102102

103103
1. Find the **Home.js** file and rename it to **Home.ts**.
104104

105-
> [!WARNING]
106-
> There's currently an issue in the template's **Home.js** file: the reference on line 95 to `textvalue` should be changed to `textValue`.
107-
108105
1. Find the **./Functions/FunctionFile.js** file and rename it to **FunctionFile.ts**.
109106

110107
1. Find the **./Scripts/MessageBanner.js** file and rename it to **MessageBanner.ts**.

0 commit comments

Comments
 (0)