mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Address CR feedback
This commit is contained in:
parent
0aba039a0d
commit
b8b522784c
@ -88,8 +88,8 @@ module RWC {
|
||||
}
|
||||
});
|
||||
|
||||
// do not use lib since we shouldnt be reading any files that arent in the ioLog
|
||||
opts.options.noLib = false;
|
||||
// do not use lib since we already read it in above
|
||||
opts.options.noLib = true;
|
||||
|
||||
// Emit the results
|
||||
harnessCompiler.compileFiles(inputFiles, otherFiles, compileResult => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user