diff --git a/types/node-ssdp/index.d.ts b/types/node-ssdp/index.d.ts index 01025cefb4..7818304364 100644 --- a/types/node-ssdp/index.d.ts +++ b/types/node-ssdp/index.d.ts @@ -1,5 +1,5 @@ // Type definitions for node-ssdp 3.3 -// Project: https://github.com/diversario/node-ssdp +// Project: https://github.com/diversario/node-ssdp#readme // Definitions by: Olivia Trewin // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/node-ssdp/tsconfig.json b/types/node-ssdp/tsconfig.json index 6b7174caf2..78d299d117 100644 --- a/types/node-ssdp/tsconfig.json +++ b/types/node-ssdp/tsconfig.json @@ -8,7 +8,6 @@ "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, - "strictFunctionTypes": true, "baseUrl": "../", "typeRoots": [ "../" @@ -21,4 +20,4 @@ "index.d.ts", "node-ssdp-tests.ts" ] -} \ No newline at end of file +} diff --git a/types/node-ssdp/tslint.json b/types/node-ssdp/tslint.json index d88586e5bd..3db14f85ea 100644 --- a/types/node-ssdp/tslint.json +++ b/types/node-ssdp/tslint.json @@ -1,3 +1 @@ -{ - "extends": "dtslint/dt.json" -} +{ "extends": "dtslint/dt.json" }