From c50c25df5b34b1b1931776c9ee3ce6d57524f2ee Mon Sep 17 00:00:00 2001 From: Christian Danielsen Date: Thu, 8 Sep 2022 14:05:33 -0700 Subject: [PATCH] correct location of migration script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12a887..70bf829 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ add plugin to your `tsconfig.json`: ``` and run the migration script ``` -update-strict-comments +./node_modules/.bin/update-strict-comments ``` That's it! You should be able to see strict typechecking in files without the `@ts-strict-ignore` comment. To make these files strict too, just remove its' ignore comments.