Skip to content

Commit

Permalink
Ship only production runtime files - tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Osher committed May 5, 2024
1 parent 7b56e8d commit 9463254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@
"homepage": "https://tsdoc.org/",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"files": [
"lib-commonjs/*.js",
"lib-commonjs/*.js.map",
"lib-commonjs/**/*.d.ts",
"lib/*.js",
"lib/*.js.map",
"lib/**/*.d.ts"
],
"typings": "lib/index.d.ts",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 9463254

Please sign in to comment.