Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 92ca0f3

Browse files
petebacondarwinwardbell
authored andcommitted
api-builder: add project specific typescript configuration
1 parent ac58374 commit 92ca0f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/api-builder/docs-package/index.js

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ module.exports = new Package('angular-v2-docs', [jsdocPackage, nunjucksPackage,
4949
'*/src/**/*.@(js|es6|ts)'
5050
];
5151
readTypeScriptModules.basePath = path.resolve(angular_repo_path, 'modules');
52+
readTypeScriptModules.ignoreExportsMatching = [
53+
'___esModule',
54+
'___core_private_types__',
55+
'___platform_browser_private__',
56+
'___compiler_private__',
57+
'__core_private__',
58+
'___core_private__'
59+
];
5260
})
5361

5462

0 commit comments

Comments
 (0)