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