In VS2013 building stops when tsc exits with code 1. This was not the case in VS2012. How can I run my solution while ignoring the tsc.exe error? I get many The property ‘x’ does not exist on value of type ‘y’ errors, which I want to ignore when using javascript functions. Answer I know the question is already closed