avajs / typescript

Test TypeScript projects using AVA.
MIT License
73 stars 16 forks source link

Support JSX preserve mode #4

Open novemberborn opened 4 years ago

novemberborn commented 4 years ago

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.