In vue, it is possible to have TS inside a .vue file, when you do this: ```HTML <script name="ts"> import Vue from 'vue'; export default class LanguageTypeListComponent extends Vue { } </script> ``` So please parse a vue file e.g. that everything is working well inside this script tag. Cheers Chris