set strictNullChecks to true, add new line at eof

This commit is contained in:
Ben Swartz
2017-03-08 13:52:41 -08:00
parent c105965b68
commit 7275ca8759
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
@@ -19,4 +19,4 @@
"index.d.ts",
"faker-tests.ts"
]
}
}

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"