Added typed "hexo-bunyan".

This commit is contained in:
segayuu
2017-09-14 13:48:44 +09:00
parent fa0ee2f4b0
commit bec36516c2
3 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// Type definitions for hexo-bunyan 1.0
// Project: https://github.com/trentm/node-bunyan#readme
// Definitions by: segayuu <https://github.com/segayuu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import bunyan = require("bunyan");
export = bunyan;
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}
+1
View File
@@ -0,0 +1 @@
{ "extends": "dtslint/dt.json" }