From 999b8c9d933303b8fd2b5986bbaf1307e2b1b5a1 Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Thu, 17 Jan 2019 13:48:05 +1100 Subject: [PATCH] feat(docs): Cleanup readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d75750..c87b22a 100644 --- a/README.md +++ b/README.md @@ -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"],