use dts-gen.

This commit is contained in:
segayuu
2017-09-05 12:12:16 +09:00
parent 23c297b70d
commit 927f54454c
3 changed files with 5 additions and 10 deletions

View File

@@ -1,10 +1,7 @@
// Type definitions for hexo-fs 0.2
// Project: https://github.com/hexojs/hexo-fs
// Definitions by: Sega Yuu <https://github.com/segayuu>
// Project: http://hexo.io/
// Definitions by: segayuu <https://github.com/segayuu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
/// <reference types="node" />
import Promise = require('bluebird');
import {

View File

@@ -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": [

View File

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