Originally, I created this solution for personal use due to my preference of not including the .js extension in TypeScript import/export statements when compiling my TypeScript project to ES Module.
This proposal has two parts, the per-file explicit compile hints and the per-function explicit compile hints. The per-file part is currently enabled in default in Chromium-based browsers. The ...