some more standard js

This commit is contained in:
2016-09-06 17:33:28 +02:00
parent 8fd24c6e31
commit 875efe413a
4 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
import 'typings-global';
import plugins = require('./npmts.plugins');
export declare type npmtsMode = 'default' | 'custom';
export interface npmtsConfig {
export interface INpmtsConfig {
argv: any;
coverageTreshold: number;
docs: boolean;