You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I get to call typedoc --out dist/docs --mode modules . through a npm run script, I get the following error:
Error: Unknown option `typeRoots.0`.
And I can't actually figure out what is happening since my current config ("typeRoots": ["./node_modules/@types"]) is valid according to here.
I am new to both TypeScript and typedoc this is more likely to be a mistake of mine than a real problem related to them–then please point and I'll close the issue ASAP 😄 .
The text was updated successfully, but these errors were encountered:
Well, it turns out that following the post from the Cloudfare folks led me to installing an old version probably published before #301. Sorry for bothering you, guys.
This is my
tsconfig.json
setup:I've installed
typedoc
as suggested–since I'm using version2.3.2
:But when I get to call
typedoc --out dist/docs --mode modules .
through anpm run script
, I get the following error:And I can't actually figure out what is happening since my current config (
"typeRoots": ["./node_modules/@types"]
) is valid according to here.The text was updated successfully, but these errors were encountered: