Skip to content

Commit 47861f5

Browse files
ci(lint): auto-fix
1 parent 8272ef2 commit 47861f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/lib/node/proxyCreateProgram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function proxyCreateProgram(
181181
// @ts-expect-error
182182
parsedSourceFile.version = originalSourceFile.version;
183183
// @ts-expect-error
184-
originalSourceFile.scriptKind = serviceScript.scriptKind;
184+
originalSourceFile.scriptKind = serviceScript.scriptKind;
185185
parsedSourceFiles.set(originalSourceFile, parsedSourceFile);
186186
}
187187
if (getExtraServiceScripts) {

0 commit comments

Comments
 (0)