1.0.10 • Published 3 years ago

@repeaterts/ts-config v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

@repeaterts/ts-config

Typescript Linting for RepeaterTS GitHub Total alerts Language grade: JavaScript Coverage Status npm bundle size npm Depfu

First install the Peer Dependencies

yarn add -D typescript

Then install @repeaterts/ts-config

yarn add -D @repeaterts/ts-config

Usage

You can use @repeaterts/ts-config's tsconfig.json by extending it in yours:

{
	"extends": "@repeaterts/ts-config"
}

All of its properties are defaulted for bleeding-edge TypeScript options, you may extend this to include your own configuration options as well.

1.0.10

3 years ago

1.0.6

3 years ago