Is anyone familiar with setting up a Vue TS based project? I have encountered an issue where the template data is not being rendered in the browser's DOM. The project structure can be found in this repository:
https://github.com/AndrewBogdanovTSS/typed-vue-test
All dependencies required to render TS inside .vue files are up to date. The TS constructor runs without issues, but the template data fails to reach the DOM. Additionally, the default div with id app is removed, leaving only a reference to the build.js file in the DOM. There are no errors on the initial run, but upon making changes in the .vue file, I encounter the following error:
TypeError: Cannot read property 'extend' of undefined