From 578f12d531b146661294771f002cf0d76bcc5f9a Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Wed, 10 Aug 2022 22:33:42 +0100 Subject: fix(cli): allow configurations files to also be json modules (#15444) Closes #15440 --- cli/tests/testdata/jsx/deno-jsx.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/tests/testdata/jsx/deno-jsx.json (limited to 'cli/tests/testdata/jsx') diff --git a/cli/tests/testdata/jsx/deno-jsx.json b/cli/tests/testdata/jsx/deno-jsx.json new file mode 100644 index 000000000..311409ea3 --- /dev/null +++ b/cli/tests/testdata/jsx/deno-jsx.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "http://localhost:4545/jsx" + } +} -- cgit v1.2.3