Closed
Description
Currently, when executing the typedoc
binary, it tries to compile Typescript with shipped version of Typescript (3.1.x now) ;
When developing with new Typescript's features like generic object spread (microsoft/TypeScript#28234) ; the shipped compiler is not able to handle those new functionalities.
Is it possible to, in a first time, ship the latest version of Typescript ?
In a second time, be able to use the local version of Typescript of a project ?
Metadata
Metadata
Assignees
Labels
No labels