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
I want to pass the -noLib option to the typescript compiler for the typedoc build. I use noLib when writing TypeScript for QtScript environments (I have a modified lib.d.ts).
My current workaround is to just overwrite the lib.d.ts for the typescript node module that typedoc transiently depends on.
The text was updated successfully, but these errors were encountered:
Actually the -noLib argument should be support, it's read right here and passed on to the compiler. But I have to admit that I've not used/testes this option so far. Do you run TypeDoc from the command line or are you using Grunt/Gulp? Could you provide some kind of test/use case?
I want to pass the -noLib option to the typescript compiler for the typedoc build. I use noLib when writing TypeScript for QtScript environments (I have a modified lib.d.ts).
My current workaround is to just overwrite the lib.d.ts for the typescript node module that typedoc transiently depends on.
The text was updated successfully, but these errors were encountered: