Started after reading this issue sanity-io/block-content-to-react#26
Create a folder @types
in the root of your TS project.
Add block-content-to-react.d.ts
to it.
In your tsconfig.json
:
"files": [
"@types/block-content-to-react.d.ts"
],
When/if this gets better, I can try to move this to DefinitelyTyped
Pull Requests, suggestions are welcome!