Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Allow extends in typescript configuration #62

Open
ghost opened this issue Mar 1, 2017 · 0 comments
Open

Allow extends in typescript configuration #62

ghost opened this issue Mar 1, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 1, 2017

It'd be nice to be able to set extends in .compilerrc to point to a tsconfig.json file. Then the development configuration could be the same as specified in tsconfig.json.

{
  "env": {
    "development": {
       "text/typescript": {
         "extends": ["../path/to/tsconfig"]
       }
    }
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants