Change the git extension to use shared tsconfig

This commit is contained in:
Matt Bierner
2018-10-01 18:52:27 -07:00
parent 52d3961c2b
commit 6d11792abf
6 changed files with 16 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import { Model } from '../model';
import { GitExtension, Repository, API } from './git';
import { ApiRepository, ApiImpl } from './api1';
export function deprecated(target: any, key: string, descriptor: any): void {
export function deprecated(_target: any, key: string, descriptor: any): void {
if (typeof descriptor.value !== 'function') {
throw new Error('not supported');
}