When transpiling a .ts, .jsx, or .tsx file, the resulting file's extension normally gets changed to .js (e.g., the input is in typescript, but the output is in plain javascript.) This plugin currently leaves the extension as is. I am proposing an option to set the translated files' extensions to a given string, e.g. "js".
When transpiling a .ts, .jsx, or .tsx file, the resulting file's extension normally gets changed to .js (e.g., the input is in typescript, but the output is in plain javascript.) This plugin currently leaves the extension as is. I am proposing an option to set the translated files' extensions to a given string, e.g. "js".