From ebeb7b93f9e669680201a342ea426d1ab2d9d0cf Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Fri, 2 Feb 2018 21:14:20 +0100 Subject: [PATCH] Add empty TypeScript starter template file. Closes #279 No content, the header with the same CTA as in site.js And no BOM, there is no policy to enforce it in the repo. Thanks! --- .../content/TypeScript/file1.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts b/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts index 46800d16ad..c031161736 100644 --- a/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts +++ b/src/Microsoft.DotNet.Web.Client.ItemTemplates/content/TypeScript/file1.ts @@ -1,2 +1 @@ -body { -} +// Write your TypeScript code.