brackets-userland / brackets-typescript

Brackets extension which provides support for working with TypeScript.
MIT License
9 stars 3 forks source link

tsconfig from parent directory #11

Open lorraul opened 6 years ago

lorraul commented 6 years ago

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.

zaggino commented 6 years ago

@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