From 7cc73e98d438f4a73bfe9f10d34e2b15137e186b Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 24 Jul 2015 07:30:28 -0700 Subject: [PATCH] Update known-issues-vs2015.md --- known-issues/known-issues-vs2015.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/known-issues/known-issues-vs2015.md b/known-issues/known-issues-vs2015.md index 5ba2c2f2..287dbf9e 100644 --- a/known-issues/known-issues-vs2015.md +++ b/known-issues/known-issues-vs2015.md @@ -21,9 +21,7 @@ To migrate your previous projects to the new structure: * plugins * config.xml 13. Copy all other files/folders into the www folder - 14. If you're using TypeScript, you'll need to add a tsconfig.json to - your project folder and define config settings for your project – - see more in the Configuring TypeScript section + 14. If you're using TypeScript, you'll need to add a tsconfig.json to your project folder and define config settings for your project. See the [Configuring TypeScript](../getting-started/tutorial-typescript.md) section for details. 15. Now you can build and run your application If you have errors, you may need to update file references to reflect the new folder structure.