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