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
Running typedoc on my source code throws the error:
Error: Option 'emitDeclarationOnly' cannot be specified without specifying option 'declarations'.
I use typescript with babel 7 so I only produce declaration files in my build with typescript. The error message was changed in typescript 2.8.1 (microsoft/TypeScript#22425) so it might have something to do with the typescript compiler version but I’m not sure.
Running typedoc on my source code throws the error:
Error: Option 'emitDeclarationOnly' cannot be specified without specifying option 'declarations'.
I use typescript with babel 7 so I only produce declaration files in my build with typescript. The error message was changed in typescript 2.8.1 (microsoft/TypeScript#22425) so it might have something to do with the typescript compiler version but I’m not sure.
command
tsconfig.json
The text was updated successfully, but these errors were encountered: