I want to be able to reference a JavaScript file from my TypeScript test, but it's not TypeScript compliant, so I want it as part of the output, but not part of the build. This is similar to http://chutzpah.codeplex.com/workitem/92 but the reverse condition.
Comments: What is work if I supported a "non-standard" reference. Like /// <chutzpahReference path="foo" /> This would be parse by Chutzpah but not typescript?
Comments: What is work if I supported a "non-standard" reference. Like /// <chutzpahReference path="foo" /> This would be parse by Chutzpah but not typescript?