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

Commit d8f24a1

Browse files
committed
fix: rename ts -> tsImpl, refs #156
1 parent 2ae2151 commit d8f24a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export function readConfigFile(baseDir: string, query: QueryOptions, tsImpl: typ
316316
{},
317317
tsImpl.sys,
318318
process.cwd(),
319-
_.extend({}, ts.getDefaultCompilerOptions(), existingOptions.options) as ts.CompilerOptions,
319+
_.extend({}, tsImpl.getDefaultCompilerOptions(), existingOptions.options) as ts.CompilerOptions,
320320
process.cwd()
321321
),
322322
loaderConfig: query as LoaderConfig

0 commit comments

Comments
 (0)