From 70185521cb424af9815a04265aef578324ab6a51 Mon Sep 17 00:00:00 2001 From: Dmitry Fuks Date: Fri, 21 Jun 2024 04:34:57 +0300 Subject: [PATCH] update readme [skip ci] --- packages/plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin/README.md b/packages/plugin/README.md index e9cd1df..777d0f1 100644 --- a/packages/plugin/README.md +++ b/packages/plugin/README.md @@ -8,7 +8,7 @@ A plugin for `TypeScript` that allows overriding `tsconfig` for specific files ## Why is it needed? -The most popular use case is transitioning a project from `strict: false` to `strict: true`, but it can also be used for +The most popular use case is migrating a project from `strict: false` to `strict: true`, but it can also be used for any other cases where you need to override the `tsconfig` settings for specific files. ## What can it do?