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