In my Typescript 2.2.1 project in Visual Studio 2015 Update 3, I am getting hundreds of errors in the error list like:
Cannot write file \'C:/{{my-project
In my case, I just changed "module": "commonjs" to "module": "esnext" and it fixed it.
"module": "commonjs"
"module": "esnext"