feat: setup barrelsby for automatic barrel file generation
Add barrelsby as a dev dependency with a `generate-barrels` npm script and a `barrelesby.json` config targeting `./src`. This automates creation of barrel/index files to simplify imports across the project.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"directory": "./src"
|
||||
}
|
||||
Reference in New Issue
Block a user