Enable strict null checks, add tslint.json

This commit is contained in:
LKay
2017-03-11 14:41:56 +09:00
parent d0000c9c8c
commit 056d64da8b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"paths": {
+1
View File
@@ -0,0 +1 @@
{ "extends": "../tslint.json" }