Right now I am trying to use the typescript syntax highlight inside of a vue component.
By default when the script tag is bare, like <script> or <script type="text/javascript"> this works just fine and properly highlights the javascript.

But when I change this to be <script type="ts"> it goes white and fails to highlight the typescript included.

Is there some other configuration setting that is somehow interfering with the typescript highlighting?