Currently, when executing the typedocbinary, 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 (https://github.com/Microsoft/TypeScript/pull/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 ?
1 should be closed by #922
2 will hopefully be added in a 1.0 release
I don't talk about dependency. I talk about configuration needs. Or even peerDependencies
As 1 has been addressed and 2 is being tracked in another issue, closing.
Most helpful comment
1 should be closed by #922
2 will hopefully be added in a 1.0 release