templateStringInNewOperator.ts(1,13): error TS2351: This expression is not constructable.
  Type 'String' has no construct signatures.


==== templateStringInNewOperator.ts (1 errors) ====
    var x = new `abc${ 1 }def`;
                ~~~~~~~~~~~~~~
!!! error TS2351: This expression is not constructable.
!!! error TS2351:   Type 'String' has no construct signatures.