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
This commit is contained in:
Anton Gilgur 2022-07-12 11:53:47 -04:00 committed by GitHub
parent abbd194ebf
commit 21549dcd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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