Skip to content

Commit 8f1f8b1

Browse files
authored
Preserve docs in npm package (tensorflow#1533)
DOC This fixes tensorflow/tfjs#1180 and allows users to see docs in code editors like vscode. Note that the docs are still removed from the minified bundle.
1 parent 9424e64 commit 8f1f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"moduleResolution": "node",
55
"noImplicitAny": true,
66
"sourceMap": true,
7-
"removeComments": true,
7+
"removeComments": false,
88
"preserveConstEnums": true,
99
"declaration": true,
1010
"target": "es5",

0 commit comments

Comments
 (0)