// const defaultDstPath = "data/dist"; /** Default file location, relative to project root */ const defaultSrcPath = "./project/precalc.json"; export const precalcConfig = { defaultSrcPath, // defaultDstPath, };