A common pattern for TypeScript is to create a project.ts file that just references all of the individual .ts files that make up the project. Each one of those files then has a single reference back to the project.ts file. This pattern currently blows up with a StackOverflowException.
Comments: In the BundleTransformer.TypeScript 1.6.8 fixed this error.
Comments: In the BundleTransformer.TypeScript 1.6.8 fixed this error.