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
TypeDoc is currently built using type definitions fetched using tsd. The official TypeScript 2.0+ story is to install @types/3rdpartypkg from the npm registry.
(PR Coming soon)
The text was updated successfully, but these errors were encountered:
- Use the latest `typescript.d.ts` definitions
- Add `ts-internal.ts` to expose the internal Typescript APIs (that TypeDoc is currently using) using declaration merging
- Remove tsd and typings files
ClosesTypeStrong#309
- Use the latest `typescript.d.ts` definitions
- Add `ts-internal.ts` to expose the internal Typescript APIs (that TypeDoc is currently using) using declaration merging
- Remove tsd and typings files
ClosesTypeStrong#309
TypeDoc is currently built using type definitions fetched using
tsd
. The official TypeScript 2.0+ story is to install@types/3rdpartypkg
from the npm registry.(PR Coming soon)
The text was updated successfully, but these errors were encountered: