fix(core): update

This commit is contained in:
2021-01-29 20:50:18 +00:00
parent 49601f3bac
commit ad7035e5e3
3 changed files with 595 additions and 480 deletions

View File

@ -40,7 +40,7 @@ export class TypeDoc {
targetDir = plugins.path.join(targetDir, options.publicSubdir);
}
await this.smartshellInstance.exec(
`typedoc --tsconfig ${paths.tsconfigFile} --out ${targetDir}`
`typedoc --tsconfig ${paths.tsconfigFile} --out ${targetDir} ts/index.ts`
);
plugins.smartfile.fs.remove(paths.tsconfigFile);
}