mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Add 'scripthost' to 'lib' for the 'generate-spec' target.
This commit is contained in:
@@ -674,7 +674,10 @@ compileFile(word2mdJs,
|
||||
[word2mdTs],
|
||||
[word2mdTs],
|
||||
[],
|
||||
/*useBuiltCompiler*/ false);
|
||||
/*useBuiltCompiler*/ false,
|
||||
{
|
||||
lib: "scripthost,es5"
|
||||
});
|
||||
|
||||
// The generated spec.md; built for the 'generate-spec' task
|
||||
file(specMd, [word2mdJs, specWord], function () {
|
||||
|
||||
Reference in New Issue
Block a user