I've recently set up a Vue project using the Vue CLI, but now I am looking to incorporate TypeScript into it. While exploring options, I came across this helpful guide. However, it suggests adding a Webpack configuration and replacing vue-cli-service
in the package.json
scripts section with Webpack.
Is there a way for me to still utilize vue-cli-service
for building my Vue application while also integrating TypeScript support?