Skip to content

Commit

Permalink
Pass the full path of the configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau committed Feb 14, 2019
1 parent 4c27021 commit 7985b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ module compile {
getTsconfigSystem(typescript),
path.resolve(projectDirectory),
compilerOptions,
path.basename(tsConfigFileName));
tsConfigFileName);

rawConfig = parsed.raw;

Expand Down

0 comments on commit 7985b7b

Please sign in to comment.