Node now has built-in support for imports, which is awesome. But that support requires you to specify the file extension, which is annoying.
I'm sure there's some justification for why this is (likely having to do with their weird obsession with the .mjs
extension), but is there any way to work around it and make import
work "like normal" (where you can leave .js
off)?