Skip to content

Commit 646cce4

Browse files
chore(typedoc): update typedoc.json for new publish-scripts version
1 parent 7b42d0e commit 646cce4

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

typedoc.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
4+
"declaration": false,
35
"emitDecoratorMetadata": true,
46
"experimentalDecorators": true,
7+
"importHelpers": true,
58
"module": "commonjs",
6-
"target": "es5",
7-
"allowSyntheticDefaultImports": true,
89
"outDir": "build/es5",
9-
"declaration": false,
1010
"sourceMap": false,
11-
"importHelpers": true
11+
"target": "es5"
1212
},
1313
"typedoc": {
1414
"publishDir": "_ng2_docs",
@@ -29,10 +29,5 @@
2929
"external-aliases": "internalapi,external",
3030
"navigation-label-globals": "@uirouter/angular"
3131
}
32-
},
33-
"files": [
34-
"src/index.ts",
35-
"../core/src/index.ts",
36-
"node_modules/typedoc/node_modules/typescript/lib/lib.es6.d.ts"
37-
]
32+
}
3833
}

0 commit comments

Comments
 (0)