@repeaterts/ts-config
v1.0.10
Published
Shareable Typescript Configuration for @RepeaterTS
Downloads
3
Readme
@repeaterts/ts-config
Typescript Linting for RepeaterTS
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.