Skip to content

Commit

Permalink
maint/build ~ preserve JSDoc comments for types
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 17, 2021
1 parent 3713d56 commit 96278e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig/tsconfig.types.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "../build/types",
"declaration": true, // generate type declarations
"emitDeclarationOnly": true,
"noEmit": false
"noEmit": false,
"removeComments": false
},
"exclude": [
"../eg/**",
Expand Down

0 comments on commit 96278e1

Please sign in to comment.