smartocr/ts/smartocr.paths.ts

4 lines
177 B
TypeScript
Raw Normal View History

2021-11-29 15:29:15 +00:00
import * as plugins from './smartocr.plugins';
export const packageDir = plugins.path.join(__dirname, '../');
export const noGitDir = plugins.path.join(packageDir, './.nogit');