Skip to content

Commit 9463254

Browse files
author
Osher
committed
Ship only production runtime files - tsdoc
1 parent 7b56e8d commit 9463254

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tsdoc/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
"homepage": "https://tsdoc.org/",
2020
"main": "lib-commonjs/index.js",
2121
"module": "lib/index.js",
22+
"files": [
23+
"lib-commonjs/*.js",
24+
"lib-commonjs/*.js.map",
25+
"lib-commonjs/**/*.d.ts",
26+
"lib/*.js",
27+
"lib/*.js.map",
28+
"lib/**/*.d.ts"
29+
],
2230
"typings": "lib/index.d.ts",
2331
"license": "MIT",
2432
"devDependencies": {

0 commit comments

Comments
 (0)