### Version 2.2.6 ### Reproduction link [https://github.com/borislitvak/vue-from-vue-question](https://github.com/borislitvak/vue-from-vue-question) ### Steps to reproduce 1. clone repository 2. npm run build I've asked on stackoverflow and vue forum, no answer for several days. I am new to client side development. ### What is expected? I can import the MyTable.vue into App.vue. Both components are writting in Typescript. NOTE: I can import the TS vue component into another TS file, i.e., App.vue into example.ts. ### What is actually happening? During webpack build: ERROR in ....\App.vue.ts (20,24): error TS2307: Cannot find module './MyTable.vue'. --- https://forum.vuejs.org/t/how-can-i-view-vue-loader-logs-and-generated-files/8350 http://stackoverflow.com/questions/42945415/import-vue-module-from-another-vue-module-in-typescript <!-- generated by vue-issues. DO NOT REMOVE -->