mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
6f0fbceaf2
Previously the CLI was incorrectly reporting `React` as unused in a JSX file that uses the "old" transform. The LSP was already handling this correctly.
5 lines
54 B
JSON
5 lines
54 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx"
|
|
}
|
|
}
|