I am updated my durandal SPA application from VS_2012 to VS_2015 with TypeScript 1.8 which will generate JavaScript (ECMA5). I resolved all build errors.But I am unable to fix o
You cannot just return something from empty space, you can use Self-invoking function
Self-invoking
(function() { return new typescript1_8(); })();