Skip to content

Commit 96fa0b2

Browse files
authored
Add upgrade notes to README.
1 parent 7e50044 commit 96fa0b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ In addition to ember-cli-typescript, the following are installed:
2525
- Files:
2626
+ [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
2727

28+
### Upgrading
29+
30+
1. Update `package.json` for `ember-cli-typescript` to `^1.0.0`.
31+
2. Run `yarn` or `npm install`.
32+
3. Run `ember g ember-cli-tylescript` to update the generated files (`tsconfig.json` in particular), and review the changes before committing. If you've made specific customizations, you may want to merge them; see the [Notes on `tsconfig.json`](https://github.com/typed-ember/ember-cli-typescript/tree/v1.0.0#notes-on-tsconfigjson) in the README.
33+
2834

2935
## Notes on `tsconfig.json`
3036

0 commit comments

Comments
 (0)