From 927f54454cbb6a6f4e1dccd050c3fb21239efaa2 Mon Sep 17 00:00:00 2001 From: segayuu Date: Tue, 5 Sep 2017 12:12:16 +0900 Subject: [PATCH] use dts-gen. --- types/hexo-fs/index.d.ts | 7 ++----- types/hexo-fs/tsconfig.json | 4 ++-- types/hexo-fs/tslint.json | 4 +--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/types/hexo-fs/index.d.ts b/types/hexo-fs/index.d.ts index 5e8a595c66..896fbc24eb 100644 --- a/types/hexo-fs/index.d.ts +++ b/types/hexo-fs/index.d.ts @@ -1,10 +1,7 @@ // Type definitions for hexo-fs 0.2 -// Project: https://github.com/hexojs/hexo-fs -// Definitions by: Sega Yuu +// Project: http://hexo.io/ +// Definitions by: segayuu // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.4 - -/// import Promise = require('bluebird'); import { diff --git a/types/hexo-fs/tsconfig.json b/types/hexo-fs/tsconfig.json index ac5cf6d10d..fe667f65e4 100644 --- a/types/hexo-fs/tsconfig.json +++ b/types/hexo-fs/tsconfig.json @@ -1,10 +1,9 @@ { "compilerOptions": { + "module": "commonjs", "lib": [ "es6" ], - "module": "commonjs", - "noEmit": true, "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, @@ -13,6 +12,7 @@ "../" ], "types": [], + "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ diff --git a/types/hexo-fs/tslint.json b/types/hexo-fs/tslint.json index f93cf8562a..3db14f85ea 100644 --- a/types/hexo-fs/tslint.json +++ b/types/hexo-fs/tslint.json @@ -1,3 +1 @@ -{ - "extends": "dtslint/dt.json" -} +{ "extends": "dtslint/dt.json" }