0.0.2 • Published 1 year ago

tsc-exclude v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Installation

npm i -D tsc-exclude

Usage

Add you ignore patterns to tsconfig.json exclude field, and run

vue-tsc --pretty | tsc-exclude

or use npm script

{
	"scripts": {
		"lint": "vue-tsc --pretty | tsc-exclude"
	}
}

Roadmap

  • Apply stream
0.0.2

1 year ago

0.0.1

1 year ago