From 21549dcd8fa3cd30c02ea870300facb0489e90a5 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 12 Jul 2022 11:53:47 -0400 Subject: [PATCH] docs: mention `transpileOnly` in `check: false` (#378) - this is a common name in other TS integrations and has been mentioned in the issues before - so add it in the docs for searchability --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a5d296..52db69e 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108) * `check`: true Set to false to avoid doing any diagnostic checks on the code. + Setting to false is sometimes referred to as `transpileOnly` by other TypeScript integrations. * `verbosity`: 1