For specific areas of my project, I am utilizing the Vue CDN. I would like to incorporate Typescript support for these sections as well. However, our technical stack limitations prevent us from using Vue CLI. Is there a method to import Vue.js into a basic Typescript file? How can I successfully integrate Vue.js and Typescript without relying on Vue CLI?