1
0

Added type documentation

This commit is contained in:
Geoffrey Roberts
2019-03-06 11:31:03 +11:00
parent 5612d18669
commit b1f62a7397
12 changed files with 1356 additions and 7 deletions

View File

@@ -10,5 +10,16 @@
"include": [
"./lib/**/*"
],
"exclude": []
"exclude": [],
"typedocOptions": {
"mode": "modules",
"out": "docs",
"include": "./lib",
"exclude": ["./node_modules/**/*"],
"module": "commonjs",
"target": "es5",
"includeDeclarations": true,
"theme": "markdown",
"readme": "none"
}
}