This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Description
All sample applications as well as SPA template failed to compile and run, once Visual Studio builds and publish the application to bin\Release\PublishedOutput location within the project space.
This cause the Visual Studio .net core compile, and as well as dotnet tools, to give an erroneous error on typescript file.
Duplicate identifier 'export='.
This error appeared in all typescript source file, such the require.d.ts and tsd.d.ts in Angular2SPA template.
Once the PublishedOutput is removed, the error disappear.