Revert "Add 'strict' compiler options."

Dtslint does not allow "strict". Referer: dffcc5d687/src/checks.ts (L78)

This reverts commit f753bef
This commit is contained in:
rafaelsouzaf
2017-12-19 00:46:59 -03:00
parent a8c57406f2
commit e2d8008548

View File

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