Reports a usage that requires an explicit option in
tsconfig.json
. For example, to use JSX in
.tsx
files,
tsconfig.json
must contain
"jsx": "react"
.