@newhighsco/ts-config
v1.0.2
Published
New High Score shareable config for TypeScript
Downloads
355
Readme
ts-config 
New High Score shareable config for TypeScript
Installation
Install @newhighsco/ts-config:
yarn add -D @newhighsco/ts-configUsage
New High Score Typescript rules come bundled in @newhighsco/ts-config. To enable these rules, add a browserslist property in your package.json. See the Browserslist configuration docs for more details.
"browserslist": [
"extends @newhighsco/browserslist-config"
]Usage
New High Score TypeScript rules come bundled in @newhighsco/ts-config. To enable these rules, add a tsconfig.json at the root of your project. See the Typescript configuration docs for more details.
// `tsconfig.json`
{
"extends": "@newhighsco/ts-config"
}