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
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 (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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: