From 42a2b2bdaae70beb1cec9f2c01257dc67a09f37f Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 15 Sep 2022 05:43:37 -0500 Subject: [PATCH] Fix readme typo (#159) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 47114c69..3e7c04c3 100644 --- a/readme.md +++ b/readme.md @@ -243,7 +243,7 @@ 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. -Asserts that the type of `expression` is identical to type `T`. +#### --typings Alias: `-t`