Skip to content

Commit

Permalink
chore(typedoc): clean up file
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed Oct 29, 2015
1 parent 55bcc5c commit 43d37f2
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"mode" : "modules",
"out" : "doc",
"theme" : "default",

"ignoreCompilerErrors" : "true",
"experimentalDecorators" : "true",
"emitDecoratorMetadata" : "true",
"target" : "ES5",
"moduleResolution" : "node",
"preserveConstEnums" : "true",
"stripInternal" : "true",
"suppressExcessPropertyErrors" : "true",
"suppressImplicitAnyIndexErrors": "true",
"module" : "commonjs"
"mode": "modules",
"out": "doc",
"theme": "default",
"ignoreCompilerErrors": "true",
"experimentalDecorators": "true",
"emitDecoratorMetadata": "true",
"target": "ES5",
"moduleResolution": "node",
"preserveConstEnums": "true",
"stripInternal": "true",
"suppressExcessPropertyErrors": "true",
"suppressImplicitAnyIndexErrors": "true",
"module": "commonjs"
}

0 comments on commit 43d37f2

Please sign in to comment.