barbatus / typescript-compiler

TypeScript Compilers for Meteor
14 stars 9 forks source link

"jsx": "react" option in tsconfig.json #7

Closed urossmolnik closed 8 years ago

urossmolnik commented 8 years ago

Is it possible that version 0.2.6 broke tsconfig.json parsing (just jsx setting). It is working with 0.2.5. Commit: https://github.com/barbatus/ts-compilers/commit/1ad38c40010a02495a2b94f19014cfdf8f325e2d

barbatus commented 8 years ago

I just checked, and it works. If add React syntax to a tsx file and set 'jsx': 'react', it compiles to React as desired.