Skip to content

Commit 2e9f102

Browse files
committed
Update main file entry (with .d.ts)
1 parent 6c8a295 commit 2e9f102

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"description": "Create api documentations for typescript projects.",
44
"version": "0.4.4",
55
"homepage": "http://typedoc.io",
6+
"main": "index.js",
7+
"typings": "index.d.ts",
68
"bin": {
79
"typedoc": "bin/typedoc"
810
},
@@ -55,6 +57,8 @@
5557
"lib",
5658
"tasks",
5759
"index.js",
60+
"index.d.ts",
61+
"index.js.map",
5862
"LICENSE"
5963
],
6064
"scripts": {

0 commit comments

Comments
 (0)