when using Parcel to package TS files, a lot of code will be generated after compilation. My JS does not need modularization. Is there a way to turn off this function? I just want JS to output as is, and TS to compile and output as it is.
by the way, it hurts when zero configuration becomes unconfigurable