Skip to content

Commit

Permalink
chore: add strictNullChecks and noImplicitReturns flags (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Supamiu committed Aug 10, 2017
1 parent fb209b3 commit 11c2a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictNullChecks": true,
"noImplicitReturns": true,
"removeComments": false,
"noImplicitAny": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 11c2a25

Please sign in to comment.