Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
fix: rename ts -> tsImpl, refs #156
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Jul 7, 2016
1 parent 2ae2151 commit d8f24a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export function readConfigFile(baseDir: string, query: QueryOptions, tsImpl: typ
{},
tsImpl.sys,
process.cwd(),
_.extend({}, ts.getDefaultCompilerOptions(), existingOptions.options) as ts.CompilerOptions,
_.extend({}, tsImpl.getDefaultCompilerOptions(), existingOptions.options) as ts.CompilerOptions,
process.cwd()
),
loaderConfig: query as LoaderConfig
Expand Down

0 comments on commit d8f24a1

Please sign in to comment.