Skip to content

Commit

Permalink
feat(docs): Cleanup readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Shirokov committed Jan 17, 2019
1 parent 0bdc5a0 commit 999b8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This package includes the shareable [tsconfig](https://www.typescriptlang.org/do

## Usage

First, install this package and `typescript@3`.
First, install this package make sure you use `typescript` v3.2+.

Then create a file named `tsconfig.json` in the root folder of your project with following contents:

```json
```
{
"extends": "@my-team/tsconfig-base",
"include": ["src/**/*.ts"],
Expand Down

0 comments on commit 999b8c9

Please sign in to comment.