You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/release notes/TypeScript 2.8.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ app.C = class { };
377
377
378
378
# Per-file JSX factories
379
379
380
-
TypeScript 2.8 adds support for a per-file configurable JSX factory name using `@jsx dom`paragma.
380
+
TypeScript 2.8 adds support for a per-file configurable JSX factory name using `@jsx dom`pragma.
381
381
JSX factory can be configured for a compilation using `--jsxFactory` (default is `React.createElement`). With TypeScript 2.8 you can override this on a per-file-basis by adding a comment to the beginning of the file.
0 commit comments