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.
.d.ts
1 parent 6c8a295 commit 2e9f102Copy full SHA for 2e9f102
package.json
@@ -3,6 +3,8 @@
3
"description": "Create api documentations for typescript projects.",
4
"version": "0.4.4",
5
"homepage": "http://typedoc.io",
6
+ "main": "index.js",
7
+ "typings": "index.d.ts",
8
"bin": {
9
"typedoc": "bin/typedoc"
10
},
@@ -55,6 +57,8 @@
55
57
"lib",
56
58
"tasks",
59
"index.js",
60
+ "index.d.ts",
61
+ "index.js.map",
62
"LICENSE"
63
],
64
"scripts": {
0 commit comments