Skip to content

Commit d6074d8

Browse files
committed
fix(typedoc): breaking change module mode
1 parent bef1bc4 commit d6074d8

File tree

4 files changed

+4560
-4718
lines changed

4 files changed

+4560
-4718
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function typedocWatchFunc(cb) {
175175

176176
const TYPEDOC = {
177177
EXPORT_JSON_PATH: slash(path.join(DOCS_OUTPUT_PATH, 'typescript-exported')),
178-
PROJECT_PATH: slash(path.join(__dirname, 'projects', 'igniteui-angular', 'src')),
178+
PROJECT_PATH: slash(path.join(__dirname, 'projects', 'igniteui-angular', 'src', 'public_api.ts')),
179179
TEMPLATE_STRINGS_PATH: slash(path.join(__dirname, 'extras', 'template', 'strings', 'shell-strings.json'))
180180
};
181181

0 commit comments

Comments
 (0)