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.
1 parent 7b56e8d commit 9463254Copy full SHA for 9463254
tsdoc/package.json
@@ -19,6 +19,14 @@
19
"homepage": "https://tsdoc.org/",
20
"main": "lib-commonjs/index.js",
21
"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
+ ],
30
"typings": "lib/index.d.ts",
31
"license": "MIT",
32
"devDependencies": {
0 commit comments