Skip to content

Commit

Permalink
docs: update README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-koran committed Feb 25, 2023
1 parent ae83fb4 commit bf84ea4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@
```bash
pnpm i -D @alexey-koran/tsconfig
```

> [Sharing configuration:](https://www.typescriptlang.org/tsconfig#extends)
tsconfig.json

```json
{
"extends": "@alexey-koran/tsconfig",
}
```

> [Example](https://github.com/alexey-koran/react-template/blob/main/tsconfig.json)

0 comments on commit bf84ea4

Please sign in to comment.