chore(typing): enforce --noImplicitAny for tools directory.
Exposed a couple of bugs. Closes #6645
This commit is contained in:
@ -40,6 +40,6 @@ class TreeStabilizer implements BroccoliTree {
|
||||
}
|
||||
|
||||
|
||||
export default function stabilizeTree(inputTree): BroccoliTree {
|
||||
export default function stabilizeTree(inputTree: BroccoliTree): BroccoliTree {
|
||||
return new TreeStabilizer(inputTree);
|
||||
}
|
||||
|
Reference in New Issue
Block a user