Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Fix tsconfig.json (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 committed May 13, 2021
1 parent 65a9339 commit 531f197
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
"strict": true,
"declaration": true,
"noUnusedLocals": true,
"removeComments": true,
"removeComments": false,
"noUnusedParameters": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictPropertyInitialization": false,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
Expand Down

0 comments on commit 531f197

Please sign in to comment.