mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-18 15:55:30 +00:00
12 lines
244 B
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"],
|
|
}
|