tsconfig update

This commit is contained in:
Michael Randolph
2017-09-21 00:23:24 -04:00
parent 783caf2239
commit 8724149c76

View File

@@ -7,15 +7,15 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",