From 68dcf1cca9cf9230a558056061a6ab45a4e78917 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 5 Dec 2018 23:33:17 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts/index.ts b/ts/index.ts index f89db59..88b30cf 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,3 @@ export * from './tsbuild.exports'; -import * as tsbuild from './tsbuild.exports'; - import './tsbuild.cli'; \ No newline at end of file