Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengbli committed Nov 2, 2016
1 parent a874a6d commit c266897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace ts.server {
}

if (this.projectKind === ProjectKind.Inferred) {
this.compilerOptions.noEmitOverwriteForJsFiles = true;
this.compilerOptions.noEmitOverwritenFiles = true;
}

if (languageServiceEnabled) {
Expand Down

0 comments on commit c266897

Please sign in to comment.