From 16274fc9c2ee5ecee011df1dd3ab51be1bf2f3b3 Mon Sep 17 00:00:00 2001 From: Jeffrey D <1289344+verygoodsoftwarenotvirus@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:31:11 -0500 Subject: [PATCH] Clarify docstring --- packages/typescript/types/index.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/typescript/types/index.d.ts b/packages/typescript/types/index.d.ts index 7bb6c9f98..b58a868fe 100644 --- a/packages/typescript/types/index.d.ts +++ b/packages/typescript/types/index.d.ts @@ -9,8 +9,7 @@ export interface RollupTypescriptPluginOptions { */ include?: FilterPattern; /** - * Determine which files are transpiled by Typescript (all `.ts` and - * `.tsx` files by default). + * Determine which files are ignored by Typescript */ exclude?: FilterPattern; /**