gitbeaker/packages/cli/tsconfig.json

12 lines
244 B
JSON

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