Skip to content

Commit

Permalink
fix: allowed comments in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Aug 19, 2021
1 parent 268dd93 commit 6151630
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 @@ -6,7 +6,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": true,
"removeComments": true,
"removeComments": false,
"skipLibCheck": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 6151630

Please sign in to comment.