introduce a merge option
This commit is contained in:
committed by
Phil Kunz
parent
f236d77952
commit
29dff4c0e3
9
dist/npmts.config.d.ts
vendored
9
dist/npmts.config.d.ts
vendored
@@ -1,7 +1,14 @@
|
||||
export declare type npmtsMode = 'default' | 'custom';
|
||||
/**
|
||||
* specifies the different modes available
|
||||
* default -> uses default options no matterm what
|
||||
* merge -> uses merged default + custom options
|
||||
* custom -> only uses specified options
|
||||
*/
|
||||
export declare type npmtsMode = 'default' | 'custom' | 'merge';
|
||||
export interface INpmtsConfig {
|
||||
argv: any;
|
||||
coverageTreshold: number;
|
||||
checkDependencies: boolean;
|
||||
mode: npmtsMode;
|
||||
test: boolean;
|
||||
testTs: any;
|
||||
|
||||
Reference in New Issue
Block a user