Skip to content

Commit

Permalink
Note support react-native option for jsx switch
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Feb 22, 2017
1 parent a04665b commit 85327a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/modules/interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ interface ITaskOptions {
inlineSources: boolean;
/** Makes cases that break single-file transpilation an error. */
isolatedModules: boolean;
/** Specify JSX code generation style: 'preserve' or 'react' */
/** Specify JSX code generation style: 'preserve', 'react', or 'react-native' */
jsx: string;
/** Specify the JSX factory function to use when targeting react JSX emit, e.g. React.createElement or h. */
jsxFactory: string;
Expand Down

0 comments on commit 85327a9

Please sign in to comment.