Skip to content

Commit

Permalink
fix: removeComments to false for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Feb 18, 2024
1 parent b486a33 commit ed284ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noFallthroughCasesInSwitch": false,
"noImplicitAny": true,
"outDir": "./lib",
"removeComments": true,
"removeComments": false,
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
Expand Down

0 comments on commit ed284ee

Please sign in to comment.