mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Adopt a review by @andy-ms
- Combine authors on a line - turn the `strictNullChecks` on
This commit is contained in:
Vendored
+1
-2
@@ -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');
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
|
||||
Reference in New Issue
Block a user