@v4fire/typescript-check

1.4.2 • Public • Published

typescript-checker

Run:

npm install @v4fire/typescript-check
npx @v4fire/typescript-check

Usage with github actions:

npm install @v4fire/typescript-check

typescript.yml

name: Typescript Error Reporter

on: [push, pull_request]

jobs:
  test:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        node-version: [14.1]

    steps:
      - uses: actions/checkout@v1

      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v1
        with:
          node-version: ${{ matrix.node-version }}

      - name: Install dependencies
        run: npm ci

      - name: build tsconfig
        run: npx gulp build:tsconfig

      - name: Typecheck
        run: npx @v4fire/typescript-check

Setting up a CLI logger

npx @v4fire/typescript-check --logger cli

Setting up errors threshold

npx @v4fire/typescript-check --max-errors 70

Specifying a custom tsconfig file name (tsconfig.json is used by default)

npx @v4fire/typescript-check --tsconfig-filename client.tsconfig.json

Readme

Keywords

none

Package Sidebar

Install

npm i @v4fire/typescript-check

Weekly Downloads

23

Version

1.4.2

License

MIT

Unpacked Size

9.09 kB

Total Files

8

Last publish

Collaborators

  • aabounegm
  • sinelnikov-web
  • itmaga
  • dimeliora
  • kormanowsky
  • givanyan99
  • misbiheyv
  • shining-mind
  • alexeishcherbina
  • geopr
  • bunin-av
  • kholstinin
  • kobezzza
  • bonkalol
  • gretzkiy
  • razdva122