We can have a boolean in `.tern-project` like `{"plugin":{"meteor":{"isPackage": true}}}`. In that case, for packages we would start the analysis from `package.js`. Otherwise we would load everything with `packages/*/package.js` first.
We can have a boolean in
.tern-projectlike{"plugin":{"meteor":{"isPackage": true}}}.In that case, for packages we would start the analysis from
package.js. Otherwise we would load everything withpackages/*/package.jsfirst.