From 7985b7b807e6de19f5957f868a7a50cacca14574 Mon Sep 17 00:00:00 2001 From: Louis-Dominique Dubeau Date: Thu, 14 Feb 2019 08:27:34 -0500 Subject: [PATCH] Pass the full path of the configuration file. Fixes #563 --- lib/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.ts b/lib/main.ts index 89e27b6e..a758c0c0 100644 --- a/lib/main.ts +++ b/lib/main.ts @@ -219,7 +219,7 @@ module compile { getTsconfigSystem(typescript), path.resolve(projectDirectory), compilerOptions, - path.basename(tsConfigFileName)); + tsConfigFileName); rawConfig = parsed.raw;