diff options
Diffstat (limited to 'docs/getting_started/typescript.md')
-rw-r--r-- | docs/getting_started/typescript.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting_started/typescript.md b/docs/getting_started/typescript.md index 6813206e0..ee799f844 100644 --- a/docs/getting_started/typescript.md +++ b/docs/getting_started/typescript.md @@ -154,6 +154,7 @@ Following are the currently allowed settings and their default values in Deno: "generateCpuProfile": "profile.cpuprofile", "jsx": "react", "jsxFactory": "React.createElement", + "jsxFragmentFactory": "React.Fragment", "lib": [], "noFallthroughCasesInSwitch": false, "noImplicitAny": true, |