Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Preseve docs in npm package (#132)
Browse files Browse the repository at this point in the history
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.

DOC
  • Loading branch information
tafsiri authored and Nikhil Thorat committed Feb 5, 2019
1 parent 752800b commit 52dc086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"module": "commonjs",
"noImplicitAny": true,
"sourceMap": true,
"removeComments": true,
"removeComments": false,
"preserveConstEnums": true,
"declaration": true,
"target": "es5",
Expand Down

0 comments on commit 52dc086

Please sign in to comment.