gitbeaker/packages/cli/tsconfig.json
Justin Dalrymple 080b640f1a Minor dependency changes
Also updating husky workflow due to custom manager: https://typicode.github.io/husky/how-to.html#node-version-managers-and-guis
2024-07-08 11:31:50 -04:00

12 lines
241 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"paths": {
"@gitbeaker/core/map.json": ["../core/dist/map.json"],
"@gitbeaker/*": ["../*/src"]
}
},
"include": ["./**/*.ts"]
}