You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we rely on the package.json to find project root, since we are going to introduce a build tool and has its own input bsconfig.json (similar to tsconfig.json), it seems we should use bsconfig.json to locate the project root.
This may make sense for us to use opam in the future