diff options
author | Search <60404136+searchableguy@users.noreply.github.com> | 2020-09-27 01:18:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 05:48:32 +1000 |
commit | 52c67d301c6043e3b5db874ddc3b1d0d2abd1a04 (patch) | |
tree | d9dd6727a081243b27da3b4ed1146230db478811 /docs/getting_started/typescript.md | |
parent | c03fe284cf12486eed9b70b6fa1e30bc03ccf9c8 (diff) |
docs(cli): Update web assembly example and accepted compiler options in docs. (#7678)
Fixes #7556
Fixes #7634
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, |