Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

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

Notifications You must be signed in to change notification settings

ethereumjs/ethereumjs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.