I’m very new to JS and stuff and every time when setting up a babylon project my head is spinning from all the variants of modules, targets and all these things. What are these modules, why are there so many, which one is the best and most modern to use? Should I set the typescript config to CommonJS and ES2020 or ES2020 and ES2020 or what is the best way?
Sorry if it’s a trivial thing and has been discussed many times, but I can’t find a simple and unambiguous answer to this.