@start/plugin-lib-typescript-check

v3.0.1
🚷 Check types using TypeScript
tasks runner start start-plugin typescript

🚷 plugin-lib-typescript-check

Check types using TypeScript.

Install

$ yarn add --dev @start/plugin-lib-typescript-check

Usage

Signature

typescriptCheck(options?: {})

options

TypeScript Compiler options.

Default:

{
  allowSyntheticDefaultImports: true,
  lib: 'esnext',
  moduleResolution: 'node',
  pretty: true
}

Example

import typescriptCheck from '@start/plugin-lib-typescript-check'

export const task = () => typescriptCheck()
npm i @start/plugin-lib-typescript-check

Metadata

  • MIT
  • >=12.13.0
  • Kir Belevich
  • released 9/25/2020

Downloads