From 42cc93dd0f189995f29fc87d2734fc809105a7cf Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Aug 2021 21:55:45 +0900 Subject: fix: mochaが動かないため拡張子なしに戻した MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/load.ts') diff --git a/src/config/load.ts b/src/config/load.ts index 920efad4d6..6a1cf60a41 100644 --- a/src/config/load.ts +++ b/src/config/load.ts @@ -6,7 +6,7 @@ import * as fs from 'fs'; import { fileURLToPath } from 'url'; import { dirname } from 'path'; import * as yaml from 'js-yaml'; -import { Source, Mixin } from './types.js'; +import { Source, Mixin } from './types'; import * as meta from '../meta.json'; //const _filename = fileURLToPath(import.meta.url); -- cgit v1.2.3-freya