diff --git a/extensions/github/src/typings/git.constants.ts b/extensions/github/src/typings/git.constants.ts index 5847e21d5d0..e39a3fb03b3 100644 --- a/extensions/github/src/typings/git.constants.ts +++ b/extensions/github/src/typings/git.constants.ts @@ -3,7 +3,7 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ -import type * as git from './git'; +import type * as git from './git.d.ts'; export type ForcePushMode = git.ForcePushMode; export type RefType = git.RefType;