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

10 lines
156 B
JSON

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