Skip to content
  • Matthew Clarkson's avatar
    fix: add ECMAscript module · 5a14d643
    Matthew Clarkson authored
    _Ideally_, we would just want to export it as ECMAscript module.
    
    For now, to support both, we can use a shared JSON file.
    
    It would be nice to use the `import cfg from "./config.js" assert { "json" };` but
    that is experimental.
    5a14d643
Loading