From ab5c71adc84487f1920fe8f76410b69d89d35f40 Mon Sep 17 00:00:00 2001 From: heycalmdown Date: Tue, 15 Nov 2016 13:37:55 +0900 Subject: [PATCH] Adopt a review by @andy-ms - Combine authors on a line - turn the `strictNullChecks` on --- msgpack5/index.d.ts | 3 +-- msgpack5/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/msgpack5/index.d.ts b/msgpack5/index.d.ts index 361f817514..ceb02cc758 100644 --- a/msgpack5/index.d.ts +++ b/msgpack5/index.d.ts @@ -1,7 +1,6 @@ // Type definitions for msgpack5 v3.4.0 // Project: https://github.com/mcollina/msgpack5/ -// Definitions by: Wonshik Kim -// Definitions by: Kei Son +// Definitions by: Wonshik Kim , Kei Son // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped import stream = require('stream'); diff --git a/msgpack5/tsconfig.json b/msgpack5/tsconfig.json index 5a4cfa1259..82e4af0f63 100644 --- a/msgpack5/tsconfig.json +++ b/msgpack5/tsconfig.json @@ -4,7 +4,7 @@ "moduleResolution": "node", "target": "es6", "noImplicitAny": true, - "strictNullChecks": false, + "strictNullChecks": true, "baseUrl": "../", "typeRoots": [ "../"