Check types using TypeScript.
$ yarn add --dev @start/plugin-lib-typescript-check
typescriptCheck(options?: {})
Default:
{
allowSyntheticDefaultImports: true,
lib: 'esnext',
moduleResolution: 'node',
pretty: true
}
import typescriptCheck from '@start/plugin-lib-typescript-check'
export const task = () => typescriptCheck()