Add "strict" compiler options. Enabling --strict enables: --noImplicitAny, --noImplicitThis, --alwaysStrict, --strictNullChecks and --strictFunctionTypes.

This commit is contained in:
rafaelsouzaf
2017-12-18 20:52:40 -03:00
parent c761f28122
commit f753befe57

View File

@@ -4,10 +4,7 @@
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strict": true,
"baseUrl": "../",
"typeRoots": [
"../"