From b12598e421c70dfca813a24e2d6747a280290bcc Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 28 Nov 2016 22:07:40 -0800 Subject: [PATCH] working around import issue --- cmds/cmds.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmds/cmds.ts b/cmds/cmds.ts index be21defb..6e5e1fec 100644 --- a/cmds/cmds.ts +++ b/cmds/cmds.ts @@ -1,4 +1,5 @@ -/// +/// +/// import * as fs from "fs"; import * as path from "path";