hi
I want to combine TypeScript and Angularjs, for this I use this blog post:
http://dotnetbyexample.blogspot.fr/2014/07/angularjs-typescript-setting-up-basic.html
but when I run my application it stops with this error:
Error Build:Only 'amd' and 'system' modules are supported alongside --out.
I tried installing Microsoft.TypeScript.MSBuild and Microsoft.TypeScript.Compiler, but
nothing changed and I still have that error.
can you help me?
thanks