We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b42d0e commit 646cce4Copy full SHA for 646cce4
typedoc.json
@@ -1,14 +1,14 @@
1
{
2
"compilerOptions": {
3
+ "allowSyntheticDefaultImports": true,
4
+ "declaration": false,
5
"emitDecoratorMetadata": true,
6
"experimentalDecorators": true,
7
+ "importHelpers": true,
8
"module": "commonjs",
- "target": "es5",
- "allowSyntheticDefaultImports": true,
9
"outDir": "build/es5",
- "declaration": false,
10
"sourceMap": false,
11
- "importHelpers": true
+ "target": "es5"
12
},
13
"typedoc": {
14
"publishDir": "_ng2_docs",
@@ -29,10 +29,5 @@
29
"external-aliases": "internalapi,external",
30
"navigation-label-globals": "@uirouter/angular"
31
}
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
- ]
+ }
38
0 commit comments