diff --git a/ts/tsdoc.classes.typedoc.ts b/ts/tsdoc.classes.typedoc.ts index 533986c..b716f40 100644 --- a/ts/tsdoc.classes.typedoc.ts +++ b/ts/tsdoc.classes.typedoc.ts @@ -22,6 +22,7 @@ export class TypeDoc { } public async compile() { + console.log(paths.binDir); await this.smartshellInstance.exec( `typedoc --module "commonjs" --target "ES2016" --out public/ ts/` );