Skip to content

Commit

Permalink
fix(build): don't remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 30, 2024
1 parent 90e2c88 commit 8ab223f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"skipLibCheck": true,
"sourceMap": false,
"declarationMap": false,
"rootDir": "src",
"removeComments": true
"rootDir": "src"
},
"include": ["src"],
"exclude": ["node_modules", "tests", "dist", "coverage", "examples", "legacy"]
Expand Down

0 comments on commit 8ab223f

Please sign in to comment.