Dushyant Bansal

Results 1 issues of Dushyant Bansal

I am using lerna with hoisting but don't want to hoist `@types` packages. Therefore, I've added the following to `lerna.json`. ``` "nohoist": [ "@types/*" ] ``` ## Expected Behavior `@types/`...

scope: package management