import * as path from 'path'; export const paths = { build: path.join(__dirname, '../build'), src: path.join(__dirname, '.'), svgs: path.resolve(__dirname, '../build/svgs') };