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

Commit

Permalink
Merge 46b9105 into ce4a476
Browse files Browse the repository at this point in the history
  • Loading branch information
kobanyan committed Mar 17, 2018
2 parents ce4a476 + 46b9105 commit ed63293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"jsx": "react",
"moduleResolution": "node",
"noImplicitThis": true,
"noImplicitAny": true
"noImplicitAny": true,
"noUnusedLocals": true
},
"exclude": ["build", "dist", "node_modules", "pem", "resources", "scripts", "webpack", "**/__tests__/*"],
"types": ["typePatches"]
Expand Down

0 comments on commit ed63293

Please sign in to comment.