@tamland/config
v0.0.37
Published
@tamland project configuration
Downloads
6
Readme
@tamland/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/config
- Import the config
import config from "@tamland/config";
Maintenance
You can run tests with npm test
.