From e909eac29622b5da04688ef7e078a0f529aa7e69 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Thu, 31 Jan 2019 01:08:43 +0900 Subject: Create type definition for '*/package.json' (#4014) * Create type definition for '*/package.json' * Update tsconfig.json --- src/config/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/load.ts b/src/config/load.ts index 4e9a72edd7..ba8b4af3ce 100644 --- a/src/config/load.ts +++ b/src/config/load.ts @@ -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 -- cgit v1.2.3-freya