Update tsconfig to match the standard blueprint
chriskrycho opened this issue · 3 comments
chriskrycho commented
Either:
- copy directly from ember-cli-typescript's blueprint
or:
- use
@tsconfig/ember
if tsconfig/bases#102 lands soon enough
SergeAstapov commented
let's do this after #332 lands to reduce conflicts churn :)
chriskrycho commented
Yep. This came out of my leaving a comment there (but I'm still mid-review). 😂
chriskrycho commented
We should be able to yarn add -D @tsconfig/ember
and do "extends": "@tsconfig/ember/tsconfig.json"
in the config starting tomorrow. (The blueprint on the Ember side will be updated to do the same.)