0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 12:53:05 -05:00
denoland-deno/tests/specs/run/jsx_import_source/jsx/deno-jsxdev.jsonc

7 lines
109 B
JSON
Raw Normal View History

2024-11-05 08:39:05 +02:00
{
"compilerOptions": {
"jsx": "react-jsxdev",
"jsxImportSource": "http://localhost:4545/jsx"
}
}