Skip to content

Commit

Permalink
Add metadata for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 18, 2022
1 parent 9460c97 commit be41b7c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ Add to your `tsconfig.json`:
```json
"extends": "@tsconfig/docusaurus/tsconfig.json"
```
### Ember <kbd><a href="./bases/ember.json">tsconfig.json</a></kbd>

Install:

```sh
npm install --save-dev @tsconfig/ember
yarn add --dev @tsconfig/ember
```

Add to your `tsconfig.json`:

```json
"extends": "@tsconfig/ember/tsconfig.json"
```
### ESM <kbd><a href="./bases/esm.json">tsconfig.json</a></kbd>

Install:
Expand Down
4 changes: 4 additions & 0 deletions bases/ember.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Ember",
"docs": "https://guides.emberjs.com/release/",

// This is the base config used by Ember apps and addons. When actually used
// via Ember CLI (e.g. ember-cli-typescript's blueprint), it additionally has
// `compilerOptions.baseUrl`, `compilerOptions.paths`, and `include` set.
Expand Down

0 comments on commit be41b7c

Please sign in to comment.