You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ const app = new EmberApp(defaults, {
100
100
101
101
(Note that this _will_ noticeably slow down your app rebuilds.)
102
102
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).
0 commit comments