Skip to content

Commit

Permalink
Forced typescript version to avoid issue with new version of typescri…
Browse files Browse the repository at this point in the history
…pt and VSTS SDK

removed from project references to typings files that are not on source control
  • Loading branch information
tspascoal committed Aug 7, 2017
1 parent a7598ce commit 83bde0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,9 @@
<Content Include="src\copy-settings-wizard.html" />
<Content Include="web.config" />
<Content Include="tsconfig.json" />
<Content Include="typings.json" />
<Content Include="configs\dev.json" />
<Content Include="configs\release.json" />
<Content Include="webpack.config.js" />
<Content Include="typings\globals\applicationinsights-js\typings.json" />
<Content Include="typings\globals\jquery\typings.json" />
<Content Include="typings\globals\knockout\typings.json" />
<Content Include="typings\globals\q\typings.json" />
<Content Include="typings\globals\react\typings.json" />
<Content Include="typings\globals\require\typings.json" />
<Content Include="typings\globals\tfs\typings.json" />
<Content Include="typings\globals\vss\typings.json" />
<Content Include="webpack.prod.config.js" />
<None Include="web.Debug.config">
<DependentUpon>web.config</DependentUpon>
Expand All @@ -89,15 +80,6 @@
<TypeScriptCompile Include="src\telemetryClientSettings.ts" />
<TypeScriptCompile Include="src\utils.ts" />
<TypeScriptCompile Include="src\wizardpages\workItemMappingPage.ts" />
<TypeScriptCompile Include="typings\globals\applicationinsights-js\index.d.ts" />
<TypeScriptCompile Include="typings\globals\jquery\index.d.ts" />
<TypeScriptCompile Include="typings\globals\knockout\index.d.ts" />
<TypeScriptCompile Include="typings\globals\q\index.d.ts" />
<TypeScriptCompile Include="typings\globals\react\index.d.ts" />
<TypeScriptCompile Include="typings\globals\require\index.d.ts" />
<TypeScriptCompile Include="typings\globals\tfs\index.d.ts" />
<TypeScriptCompile Include="typings\globals\vss\index.d.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\WebApplications\Microsoft.WebApplication.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion Import-Export-Kanban/Import-Export-Kanban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ts-loader": "^2.0.3",
"tslint": "^5.2.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.3.2",
"typescript": "~2.3.4",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5",
"snyk": "^1.30.0"
Expand Down

0 comments on commit 83bde0d

Please sign in to comment.