@groinder/typescript-config
v1.0.0
Published
Groinder's TypeScript config
Readme
@groinder/typescript-config
This package contains a shared TypeScript config.
Installation
To manually install, set this package to the "extends" key in your project’s tsconfig.
{
"extends": ["@groinder/typescript-config"]
}