import { join } from 'path'; export const rootDir = join(__dirname, '..', '..'); export const srcDir = join(rootDir, 'src');