remove TypeDoc
This commit is contained in:
5
dist/npmts.config.js
vendored
5
dist/npmts.config.js
vendored
@@ -9,7 +9,6 @@ exports.run = function (argvArg) {
|
||||
let defaultConfig = {
|
||||
argv: undefined,
|
||||
coverageTreshold: 70,
|
||||
docs: true,
|
||||
mode: 'default',
|
||||
test: true,
|
||||
testTs: {},
|
||||
@@ -50,10 +49,6 @@ exports.run = function (argvArg) {
|
||||
config.test = false;
|
||||
}
|
||||
;
|
||||
if (config.argv.nodocs) {
|
||||
config.docs = false;
|
||||
}
|
||||
;
|
||||
if (config.argv.watch) {
|
||||
config.watch = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user