Skip to content

Typedoc 0.5.0+ should use Typescript 2.0 "@types/*" #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
christopherthielen opened this issue Oct 16, 2016 · 1 comment
Closed

Typedoc 0.5.0+ should use Typescript 2.0 "@types/*" #309

christopherthielen opened this issue Oct 16, 2016 · 1 comment

Comments

@christopherthielen
Copy link
Contributor

christopherthielen commented Oct 16, 2016

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)

christopherthielen added a commit to christopherthielen/typedoc that referenced this issue Oct 16, 2016
 - 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

Closes TypeStrong#309
christopherthielen added a commit to christopherthielen/typedoc that referenced this issue Oct 16, 2016
 - 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

Closes TypeStrong#309
@christopherthielen
Copy link
Contributor Author

this is closed by #310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants