summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/deno_custom_jsx.json
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-07-21 14:44:18 +0530
committerGitHub <noreply@github.com>2022-07-21 14:44:18 +0530
commit6c3d9b981fb49743f19f36ac1514a579f8dbcab3 (patch)
tree949f49d7f6c96b7e53c17e72a8f8686cfba1bb6a /cli/tests/testdata/test/deno_custom_jsx.json
parente98e0da8b218aa2b68d82ee7d777f499b10237aa (diff)
fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)
Diffstat (limited to 'cli/tests/testdata/test/deno_custom_jsx.json')
-rw-r--r--cli/tests/testdata/test/deno_custom_jsx.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/test/deno_custom_jsx.json b/cli/tests/testdata/test/deno_custom_jsx.json
new file mode 100644
index 000000000..7ef04d829
--- /dev/null
+++ b/cli/tests/testdata/test/deno_custom_jsx.json
@@ -0,0 +1,6 @@
+{
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "jsxImportSource": "https://esm.sh/react@18.1.0"
+ }
+}