From a35b0c010102b7ed89150f5a1e60ff1e133acd51 Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Wed, 23 Nov 2016 16:15:44 +0100 Subject: [PATCH] fix from https://github.com/TypeStrong/ts-node/issues/168 --- tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 36a20aa..21b8495 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,11 @@ "inlineSources": true, "sourceMap": true, "sourceRoot": "src", - "rootDir": "src" + "rootDir": "src", + "types": [ + "node", + "mocha", + "chai" + ] } }