From 52c67d301c6043e3b5db874ddc3b1d0d2abd1a04 Mon Sep 17 00:00:00 2001 From: Search <60404136+searchableguy@users.noreply.github.com> Date: Sun, 27 Sep 2020 01:18:32 +0530 Subject: docs(cli): Update web assembly example and accepted compiler options in docs. (#7678) Fixes #7556 Fixes #7634 --- docs/getting_started/typescript.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting_started/typescript.md') 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, -- cgit v1.2.3