Create type definition for '*/package.json' (#4014)

* Create type definition for '*/package.json'

* Update tsconfig.json
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-01-31 01:08:43 +09:00 committed by GitHub
parent 8dc7f28744
commit e909eac296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 6 deletions

View file

@ -7,7 +7,7 @@ import { URL } from 'url';
import * as yaml from 'js-yaml';
import { Source, Mixin } from './types';
import isUrl = require('is-url');
const pkg = require('../../package.json');
import * as pkg from '../../package.json';
/**
* Path of configuration directory