rucken
Version:
Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process
23 lines (22 loc) • 551 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_TOOLS_CONFIG = void 0;
exports.DEFAULT_TOOLS_CONFIG = {
makeTsList: {
indexFileName: 'index',
excludes: [
'*node_modules*',
'*public_api.ts*',
'*.spec*',
'environment*',
'*test*',
'*e2e*',
'*.stories.ts',
'*.d.ts',
],
},
versionUpdater: {
updatePackageVersion: true,
updateDependenciesVersion: true,
},
};