AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Make a Common JS Project ESM
By default, node thinks your project is common JS. You can flip that by putting type of module in your package JSON. Common JS cannot import ESM packages synchronously. So there's two new file extensions: modules and cjs for common JS.