@tamland/rc-config
v0.0.2
Published
@tamland rc project configuration
Downloads
4
Readme
@tamland/rc-config
This package exports the tamlandrc project configuration with types.
Usage
A single configuration object is exported.
Installation
- Install the shared configuration:
npm install @tamland/rc-config
- Import the config
import config from "@tamland/rc-config";
Maintenance
You can run tests with npm test
.