Skip to content

Commit

Permalink
Changes removeComments to false, since JSDocs uses comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PlaryWasTaken committed Jan 25, 2024
1 parent e195800 commit 9a121c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"incremental": false,
"moduleResolution": "node",
"inlineSources": false,
"removeComments": true,
"removeComments": false,
"sourceMap": false,
"target": "ES2018",
"skipLibCheck": true,
Expand All @@ -16,7 +16,8 @@
"noUnusedLocals": true,
"importHelpers": true,
"strict": true,
"resolveJsonModule": true
"resolveJsonModule": true,

},
"include": ["src/**/*", "test/**/*", "bench/**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 9a121c5

Please sign in to comment.