Used dts-gen to generate

This commit is contained in:
Olivia Trewin
2018-06-08 19:17:22 -05:00
parent 321b93721e
commit 2d5a526375
3 changed files with 3 additions and 6 deletions

View File

@@ -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 <https://github.com/OrionNebula>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -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"
]
}
}

View File

@@ -1,3 +1 @@
{
"extends": "dtslint/dt.json"
}
{ "extends": "dtslint/dt.json" }