Adopt a review by @andy-ms

- Combine authors on a line
- turn the `strictNullChecks` on
This commit is contained in:
heycalmdown
2016-11-15 13:37:55 +09:00
parent b8fb1fb2f1
commit ab5c71adc8
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
// Type definitions for msgpack5 v3.4.0
// Project: https://github.com/mcollina/msgpack5/
// Definitions by: Wonshik Kim <https://github.com/wokim/>
// Definitions by: Kei Son <https://github.com/heycalmdown/>
// Definitions by: Wonshik Kim <https://github.com/wokim/>, Kei Son <https://github.com/heycalmdown/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import stream = require('stream');
+1 -1
View File
@@ -4,7 +4,7 @@
"moduleResolution": "node",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"