Imagine I have two files:
// a.ts const config = require(\'config\').init() const b = require(\'./b\')
// b.ts const config = requi