which module to choose nodenext or esnext
Lets Understand what is nodenext and esnext which you usually find in tsconfig.json but don't know what these options actually does.
Before that you must have a basic understanding of esm and cjs.
In .js file if something is being exported, it become...
shhekk.hashnode.dev4 min read