From f6140e2d5251ce06ff8a49f6940596a1f2c1aeff Mon Sep 17 00:00:00 2001 From: tommy-mitchell Date: Wed, 14 Sep 2022 13:18:05 -0500 Subject: [PATCH 1/2] Re-add `--typings` heading --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 47114c69..72db341d 100644 --- a/readme.md +++ b/readme.md @@ -243,6 +243,8 @@ These options will be overridden if a `tsconfig.json` file is found in your proj The `tsd` CLI is designed to test a whole project at once, and as such only offers a couple of flags for configuration. +#### --typings + Asserts that the type of `expression` is identical to type `T`. Alias: `-t` From e961405599c7918c2a4727e667e769b4379a34bf Mon Sep 17 00:00:00 2001 From: tommy-mitchell Date: Wed, 14 Sep 2022 13:22:50 -0500 Subject: [PATCH 2/2] Fix stray line --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 72db341d..3e7c04c3 100644 --- a/readme.md +++ b/readme.md @@ -245,8 +245,6 @@ The `tsd` CLI is designed to test a whole project at once, and as such only offe #### --typings -Asserts that the type of `expression` is identical to type `T`. - Alias: `-t` Path to the type definition file you want to test. Same as [`typingsFile`](#typingsfile).