mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
Adding extensive typing support Unified browser and Node.JS implementations Adding support of Gitlab API 16.0
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@gitbeaker/core/map.json": ["../core/dist/map.json"],
|
|
"@gitbeaker/*": ["../*/src"]
|
|
}
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|