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

tsconfig from parent directory #11

Open
lorraul opened this issue Nov 23, 2017 · 1 comment
Open

tsconfig from parent directory #11

lorraul opened this issue Nov 23, 2017 · 1 comment

Comments

@lorraul
Copy link

lorraul commented Nov 23, 2017

Is there a way to use a tsconfig.json from other directory at code inspection? I have a Jhipster generated project with the tsconfig in a parent directory relative to the actual typescript application.

@lorraul lorraul changed the title tsconfig from other directory tsconfig from parent directory Nov 23, 2017
@zaggino
Copy link
Member

zaggino commented Dec 6, 2017

@lorraul it'd probably require some sort of config file entry in .brackets.json to support this
like

{
  "tsProjectRoot": "./src"
}

this is not supported at the moment but should be easily added as PR

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