smartocr/ts/smartocr.paths.ts
2021-11-29 16:29:15 +01:00

4 lines
177 B
TypeScript

import * as plugins from './smartocr.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const noGitDir = plugins.path.join(packageDir, './.nogit');