Skip to content

Set moduleResolution to node in tsconfig

Michiya requested to merge moduleResolution into master

Feature Merge Request

Description of Feature

In tsconfig file, within compilerOptions, set moduleResolution to node. Then, clean up code to quiet errors and get bridger to compile successfully.

What's Next?

Once this is merged in, we can look at:

  • importing bridger (now an npm package)
  • resolving any ts compilation issues that may arise
  • connecting, wiring, implementing the new hyperdb architecture

Edited by Michiya

Merge request reports