Skip to content

Commit

Permalink
chore(tsconfig-aot): ensure strict rules
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x authored and Maxime Janton committed Mar 5, 2018
1 parent 8469042 commit d036fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig-aot.json
Expand Up @@ -13,6 +13,10 @@
"sourceMap": true,
"inlineSources": true,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": false,
"noStrictGenericChecks": false,
"skipLibCheck": true
},
Expand Down

0 comments on commit d036fd5

Please sign in to comment.