Skip to content

Commit 38c9d35

Browse files
authored
Merge pull request #187 from perlun/patch-2
README.md: Added note about sourcemaps/tsconfig.json
2 parents c723f95 + 38fdca3 commit 38c9d35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ const app = new EmberApp(defaults, {
100100

101101
(Note that this _will_ noticeably slow down your app rebuilds.)
102102

103+
If you're updating from an older version of the addon, you may also need to update your `tsconfig.json`. (Current versions generate the correct config at installation.) Either run
104+
`ember generate ember-cli-typescript` or verify you have the same sourcemap settings in your `tscsonfig.json` that appear in [the blueprint](https://github.com/typed-ember/ember-cli-typescript/blob/master/blueprints/ember-cli-typescript/files/tsconfig.json).
105+
103106
## Using TypeScript with Ember effectively
104107

105108
In addition to the points made below, you may find the [Typing Your Ember][typing-your-ember] blog series (especially the "Update" sequence) particularly helpful in knowing how to do specific things.

0 commit comments

Comments
 (0)