From d1193efcea5f4b84f1b4ffbcfd88d4595dede0f7 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Wed, 18 Aug 2021 12:43:13 -0400 Subject: [PATCH] rebuild readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d50652f58..6a550beff 100644 --- a/README.md +++ b/README.md @@ -724,7 +724,7 @@ When multiple patterns match the same file, the last pattern takes precedence. Files with an overridden module type are transformed with the same limitations as [`isolatedModules`](https://www.typescriptlang.org/tsconfig#isolatedModules). This will only affect rare cases such as using `const enum`s with [`preserveConstEnums`](https://www.typescriptlang.org/tsconfig#preserveConstEnums) disabled. -This feature is meant to faciliate scenarios where normal `compilerOptions` and `package.json` configuration is not possible. For example, a `webpack.config.ts` cannot be given its own `package.json` to override `"type"`. Wherever possible you should favor using traditional `package.json` and `tsconfig.json` configurations. +This feature is meant to facilitate scenarios where normal `compilerOptions` and `package.json` configuration is not possible. For example, a `webpack.config.ts` cannot be given its own `package.json` to override `"type"`. Wherever possible you should favor using traditional `package.json` and `tsconfig.json` configurations. # Recipes