Skip to content

Commit

Permalink
Updated build to leave jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Apr 25, 2019
1 parent fac2429 commit c016605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["src/index.ts"]
"include": ["src/index.ts"],
"compilerOptions": {
"removeComments": false
}
}

0 comments on commit c016605

Please sign in to comment.