Skip to content

Commit 6a02752

Browse files
dfreemanchriskrycho
authored andcommitted
Remove assumption of ember-cli-typescript-blueprints from docs
(cherry picked from commit e3d1227)
1 parent c7cb072 commit 6a02752

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

docs/configuration.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Configuration
22

3-
## Blueprints
4-
5-
By default, ember-cli-typescript installs the [ember-cli-typescript-blueprints](https://github.com/typed-ember/ember-cli-typescript-blueprints) package so that you can use Ember's generators like normal, but with all the special sauce you need for things to work nicely throughout your system with TypeScript.
6-
7-
If you want to stick with the normal JavaScript blueprints—say, because your team isn't ready to dive into the deep end with making _everything_ TypeScript yet—you can simply uninstall the blueprints package.
8-
9-
With yarn:
10-
11-
```bash
12-
yarn remove ember-cli-typescript-blueprints
13-
```
14-
15-
With npm:
16-
17-
```bash
18-
npm uninstall ember-cli-typescript-blueprints
19-
```
20-
213
## `tsconfig.json`
224

235
We generate a good default [`tsconfig.json`](https://github.com/typed-ember/ember-cli-typescript/blob/master/blueprint-files/ember-cli-typescript/tsconfig.json), which will usually make everything _Just Work™_. In general, you may customize your TypeScript build process as usual using the `tsconfig.json` file.

docs/ts/with-addons.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ compilerOptions: {
5454

5555
[In-repo addons](https://ember-cli.com/extending/#detailed-list-of-blueprints-and-their-use) work in much the same way as linked ones. Their `.ts` files are managed automatically by `ember-cli-typescript` in their `dependencies`, and you can ensure imports resolve correctly from the host by adding entries in `paths` in the base `tsconfig.json` file.
5656

57-
Note that the `in-repo-addon` blueprint should automatically add these entries if you have `ember-cli-typescript-blueprints` installed when you run it.
58-
5957
```javascript
6058
compilerOptions: {
6159
// ...other options

0 commit comments

Comments
 (0)