Understanding target and module in TypeScript and Vite
When working with TypeScript + Vite, you may come across these settings:
In tsconfig.json: target and module
In vite.config.ts: build.target
But what do they actually mean, and how do they affect your project? Let’s break it down.
1. tsconfig.js...
bikash8848.hashnode.dev3 min read