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 747ae1b commit d345d22Copy full SHA for d345d22
src/compiler/emitter.ts
@@ -3242,7 +3242,7 @@ module ts {
3242
} else {
3243
// targetSourceFile is specified (i.e. calling emitter from language service)
3244
if (shouldEmitToOwnFile(targetSourceFile, compilerOptions)) {
3245
- // If shouldEmitToOwnFile is true or targetSouceFile is an external module file, then emit targetSourceFile in its own output file
+ // If shouldEmitToOwnFile is true or targetSourceFile is an external module file, then emit targetSourceFile in its own output file
3246
var jsFilePath = getOwnEmitOutputFilePath(targetSourceFile, ".js");
3247
emitFile(jsFilePath, targetSourceFile);
3248
0 commit comments