diff --git a/README.md b/README.md index 6533c115..74444858 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Still on an older version of npm? We got ya! In a directory with your `package.j ```sh npm install --save-dev google-ts-style typescript@2.x tslint@5.x clang-format@1.x -$(npm bin)/gts --init +$(npm bin)/gts init ``` # How this works diff --git a/package.json b/package.json index 78d65157..c82eb0f8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "README.md", "build/src", "build/types", + "tsconfig-google.json", "tsconfig.json", "tslint.json" ],