Is it possible to make Construct to allow me to write imports like:
import Globals from "./globals"
instead of:
import Globals from "./globals.js";
without .js at the end.
When I'm working on TypeScript projects all imports usually omit file extension. This is a bit anoying to manualy change it all the time. I'll see if I can configure my IDE to add .js at the end. But I've been working more than 5 years with TypeScript and never ever I've added any extensions in the imports. Also IDE auto insert imports, and they don't have extensions
Member since 20 Sep, 2024