Skip to content

Commit c266897

Browse files
committed
Fix typo
1 parent a874a6d commit c266897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ namespace ts.server {
162162
}
163163

164164
if (this.projectKind === ProjectKind.Inferred) {
165-
this.compilerOptions.noEmitOverwriteForJsFiles = true;
165+
this.compilerOptions.noEmitOverwritenFiles = true;
166166
}
167167

168168
if (languageServiceEnabled) {

0 commit comments

Comments
 (0)