Skip to content

Commit 38fdca3

Browse files
authored
Slightly clarify sourcemaps instructions in README
1 parent 1e9c3fa commit 38fdca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

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

103-
You also need some lines in `tsconfig.json`; a new, blank project will have the right content automatically. Either run
104-
`ember generate ember-cli-typescript` or verify the file contents manually towards [the file in the blueprint](https://github.com/typed-ember/ember-cli-typescript/blob/master/blueprints/ember-cli-typescript/files/tsconfig.json)
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).
105105

106106
## Using TypeScript with Ember effectively
107107

0 commit comments

Comments
 (0)