tracked-tools / tracked-built-ins

Tracked versions of JavaScript's built-in classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update tsconfig to match the standard blueprint

chriskrycho opened this issue · comments

Either:

  • copy directly from ember-cli-typescript's blueprint

or:

let's do this after #332 lands to reduce conflicts churn :)

Yep. This came out of my leaving a comment there (but I'm still mid-review). 😂

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.)