Supported file types for bundling
mainPowered by esbuild, tsup can bundle any file type supported natively by Node.js, as well as TypeScript files. Supported extensions include:
.js(JavaScript).json(JSON).mjs(ES Modules).ts(TypeScript).tsx(TypeScript React).css(Experimental support)