I have a Vue project that I created with the Vue CLI, and I now want to enable TypeScript on the project. I took a look at this guide, but it recommends adding a Webpack config and replacing vue-cli-service in the package.json scripts section with Webpack.
Is there any way I can continue to use vue-cli-service to build my Vue app and enable TypeScript support for it?