Skip to content

Commit f35db2b

Browse files
committed
docs: improve installation writuep
1 parent 1a593e8 commit f35db2b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/installation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ You can simply `ember install` the dependency like normal:
66
ember install ember-cli-typescript@latest
77
```
88

9-
All dependencies will be added to your `package.json`, and you're ready to roll! **If you're upgrading from a previous release, see below!** you should check to merge any tweaks you've made to `tsconfig.json`.
9+
All dependencies will be added to your `package.json`, and you're ready to roll!
10+
11+
**If you're upgrading from a previous release, see (./upgrade-notes.md).**
1012

1113
Installing ember-cli-typescript modifies your project in two ways:
1214

@@ -21,14 +23,14 @@ We install all of the following packages at their current "latest" value, :
2123
* `ember-cli-typescript-blueprints`
2224
* `@types/ember`
2325
* `@types/ember-data`
24-
* `@types/ember__*`
25-
* `@types/ember-data__*`
26+
* `@types/ember__*``@types/ember__object` for `@ember/object` etc.
27+
* `@types/ember-data__*``@types/ember-data__model` for `@ember-data/model` etc.
2628
* `@types/rsvp`
2729
* `@types/ember__test-helpers`
2830

2931
## Files this addon generates
3032

31-
We add the following files to your project:
33+
We also add the following files to your project:
3234

3335
* [`tsconfig.json`](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
3436
* `types/<app name>/index.d.ts` – the location for any global type declarations you need to write for you own application; see [**Using TS Effectively: Global types for your package**](https://github.com/typed-ember/ember-cli-typescript/tree/3a434def8b8c8214853cea0762940ccedb2256e8/docs/getting-started/docs/ts/using-ts-effectively/README.md#global-types-for-your-package) for information on its default contents and how to use it effectively

0 commit comments

Comments
 (0)