Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
makes production build less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 9, 2018
1 parent b545fbf commit 5314875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"noImplicitAny": false,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true
"noUnusedLocals": false
},
"files": [
"./holochain.d.ts"
Expand Down

0 comments on commit 5314875

Please sign in to comment.