/ethereumjs-config

[DEPRECATED] Configuration is now added within a config folder of the EthereumJS monorepo

Primary LanguageShell

ethereumjs-config

Common configuration for EthereumJS libraries

Usage

For guidance on how to to use configuration within an EthereumJS repo see the different config files (e.g. tsconfig.json) on the RLP library for reference.

Development

This is a lerna monorepo. You need to have lerna installed globally in your system.

Bootstrapping:

lerna bootstrap

Publication is done manually with npm publish from the package directories.