typescript-pkg
v0.0.5
Published
TypeScript configuration for packages
Readme
TypeScript Configuration for Packages
Recommended TypeScript configuration for building packages.
Usage
Install the package:
npm install -D typescript-pkgExtend the configuration in your tsconfig.json:
{
"extends": "typescript-pkg/tsconfig.json"
}License
MIT
