Overview of @vue/cli-plugin-typescript
@vue/cli-plugin-typescript provides TypeScript support for Vue CLI projects. It utilizes
ts-loader for compilation and fork-ts-checker-webpack-plugin to perform type checking on a separate thread for improved performance. When used alongside @vue/cli-plugin-babel, the plugin outputs ES2015 and delegates polyfilling to Babel based on the specified browser targets.