Hacker News new | ask | show | jobs
by PetahNZ 1890 days ago
tsc doesn't bundle, or resolve imports, or transpile for cross browser though, does it?
1 comments

Using something like Parcel means it's usually as easy as adding parcel serve or parcel build to package.json and it handles the transpile, module resolution, bundling, tree shaking and hot reload for development.