1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-05-07 17:05:49 +00:00

added a few more files to project file

This commit is contained in:
Bowden Kelly
2018-02-26 16:18:24 -08:00
parent 0cd9aec88c
commit e313854ea6
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{e9b89e72-fce3-4d0e-b4eb-b799440a91e1}</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
<StartupFile>dist\server.js</StartupFile>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
@@ -26,6 +26,9 @@
<NODE_ENV>production</NODE_ENV>
</PropertyGroup>
<ItemGroup>
<Content Include=".env.example" />
<Content Include=".gitignore" />
<Content Include=".travis.yml" />
<Content Include="package-lock.json" />
<Content Include="package.json" />
<Content Include="tsconfig.json" />