0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 05:36:49 -04:00
deno/tests/specs/run/invalid_emit_options/deno.json
2024-04-23 08:50:50 -07:00

5 lines
47 B
JSON

{
"compilerOptions": {
"jsx": 1234
}
}