We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c9404 commit e43ced9Copy full SHA for e43ced9
scripts/produceLKG.mjs
@@ -52,6 +52,7 @@ async function copyTypesMap() {
52
async function copyScriptOutputs() {
53
await copyFromBuiltLocal("cancellationToken.js");
54
await copyFromBuiltLocal("tsc.js");
55
+ await copyFromBuiltLocal("tscReal.js");
56
await copyFromBuiltLocal("tsserver.js");
57
await copyFromBuiltLocal("tsserverlibrary.js");
58
await copyFromBuiltLocal("typescript.js");
0 commit comments