diff options
Diffstat (limited to 'cli/tests/testdata/jsx/deno-jsx.jsonc')
-rw-r--r-- | cli/tests/testdata/jsx/deno-jsx.jsonc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsx/deno-jsx.jsonc b/cli/tests/testdata/jsx/deno-jsx.jsonc new file mode 100644 index 000000000..311409ea3 --- /dev/null +++ b/cli/tests/testdata/jsx/deno-jsx.jsonc @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "jsxImportSource": "http://localhost:4545/jsx" + } +} |