Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Remove noUnusedLocals and noUnusedParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed Sep 8, 2017
1 parent df4cfb3 commit b97900f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Expand Up @@ -13,8 +13,6 @@
"strictNullChecks": true,
"noImplicitThis": true,
"inlineSourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"lib": ["es2015", "es2017", "dom"]
},
"exclude": [
Expand Down

0 comments on commit b97900f

Please sign in to comment.