Skip to content
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

support for typeRoots #305

Closed
zontafil opened this issue Oct 11, 2016 · 2 comments
Closed

support for typeRoots #305

zontafil opened this issue Oct 11, 2016 · 2 comments

Comments

@zontafil
Copy link

typedoc crashes if typeRoot option is set in tsconfig.json. Is there a way to avoid this?
here is my tsconfig.json:

  {
      "compilerOptions": {
          "target": "es5",
          "module": "commonjs",
          "sourceMap": true,
          "outDir": "src",
          "typeRoots": ["./typings/modules", "./typings/globals"]
      },
      "include":[
          "src/**/*"
      ]
  }
@aciccarello
Copy link
Collaborator

Related to #234. Someone is working on basic TS 2.0 support. You can try the version in #290 and see if that fixes this issue.

Radagaisus added a commit to Radagaisus/typedoc that referenced this issue Oct 18, 2016
…ons.

Added 'types' and 'typeRoots' to the list of strings ignored by
TypeScriptSource. This means TypeDoc will ignore these compiler
settings. This is a quick patch for TypeStrong#305 and TypeStrong#311
@zontafil
Copy link
Author

I've updated from master and this issue seems to be solved.

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

2 participants