From 9ed57478e1c31366429f69449279957ec81729a9 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 22 Jan 2017 17:08:14 -0600 Subject: [PATCH] chore(docs): Fix typedoc generation --- tsconfig.typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index d05a082af..a8d40aa90 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -10,7 +10,7 @@ "sourceMap": false }, "files": [ - "src/ng2.ts", + "src/index.ts", "../ui-router-core/src/index.ts", "node_modules/typescript/lib/lib.es6.d.ts" ]