@rae004/get-file-paths
Version:
A package to get all file paths in a given directory recursively.
11 lines (10 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GET_RELATIVE_PATH_DEFAULTS = void 0;
exports.GET_RELATIVE_PATH_DEFAULTS = {
relativeRoot: __dirname,
removeLeadingSlash: true,
lastIndexOfRelativeRoot: true,
excludes: ['node_modules/', 'dist/', 'build/', '.git/'],
includeRelativeRoot: false,
};