mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-24 01:35:37 -05:00
Enables typescript strict mode
Fixes all the compile/lint issues
This commit is contained in:
@@ -58,7 +58,7 @@ export interface ICodeLensConfig {
|
||||
}
|
||||
|
||||
export interface ICodeLensLanguageLocation {
|
||||
language: string;
|
||||
language: string | undefined;
|
||||
location: CodeLensLocation;
|
||||
customSymbols?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user