I'm trying to set up a Vue TS based project. You can view a structure of it inside this repo:
https://github.com/AndrewBogdanovTSS/typed-vue-test
I'm using latest versions of all dependencies that are required to render TS inside .vue files. Once I'm running a project my TS constructor seems to be running without any issues (I see console statements are working normally) but the problem is that template data isn't getting to the browser's DOM. Moreover, the default div with id app is getting removed so the only thing that is left inside of my DOM is a reference to build.js file. I don't have any errors occurring on the first run, but once I do any change inside of the .vue file I'm getting:
TypeError: Cannot read property 'extend' of undefined