@newhighsco/ts-config
v1.2.2
Published
New High Score shareable config for TypeScript
Downloads
1,212
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 tsconfig.json at the root of your project. See the Typescript configuration docs for more details.
// `tsconfig.json`
{
"extends": "@newhighsco/ts-config"
}Next.js
// `tsconfig.json`
{
"extends": "@newhighsco/ts-config/next"
}