typescript icon indicating copy to clipboard operation
typescript copied to clipboard

Support JSX preserve mode

Open novemberborn opened this issue 5 years ago • 0 comments

The JSX preserve mode (https://www.typescriptlang.org/docs/handbook/jsx.html) causes compiled .tsx files to be written with a .jsx extension. This is not currently supported. We'll have to resolve the TypeScript configuration to determine which extension we should expect for a given source file.

novemberborn avatar Jan 26 '20 15:01 novemberborn