1 2 3 4 5
import * as path from 'path'; export const constants = { monorepoRootPath: path.join(__dirname, '../../..'), };