Extract shared buildWorkspaceCommitterRole into workflows/_shared/workspace-committer.ts with parameterized conventionalCommitScopeHint and branchCheckoutExample. Both develop-sense and develop-workflow committer/index.ts now re-export from the shared module. Duplicate prompt.ts files removed. Fixes #10
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["./**/*.ts", "../_shared/**/*.ts"]
|
|
}
|