Skip to content

Commit

Permalink
ci(lint): auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent a94aed1 commit b80b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component-meta/lib/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export function baseCreate(
asScriptId: s => s,
...createLanguageServiceHost(ts, ts.sys, language, s => s, projectHost),
};
const { languageServiceHost } = language.typescript!;
const { languageServiceHost } = language.typescript;
const tsLs = ts.createLanguageService(languageServiceHost);

if (checkerOptions.forceUseTs) {
Expand Down

0 comments on commit b80b63a

Please sign in to comment.