@start/plugin-lib-typescript-check
v3.0.1
Published
🚷 Check types using TypeScript
Downloads
123
Readme
🚷 plugin-lib-typescript-check
Check types using TypeScript.
Install
$ yarn add --dev @start/plugin-lib-typescript-check
Usage
Signature
typescriptCheck(options?: {})
options
Default:
{
allowSyntheticDefaultImports: true,
lib: 'esnext',
moduleResolution: 'node',
pretty: true
}
Example
import typescriptCheck from '@start/plugin-lib-typescript-check'
export const task = () => typescriptCheck()