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.
ts
1 parent e439aa0 commit 517980aCopy full SHA for 517980a
src/core/language.ts
@@ -6,7 +6,7 @@ import {
6
decorateLanguageService,
7
} from "@volar/typescript";
8
import * as vue from "@vue/language-core";
9
-import type * as ts from "typescript/lib/tsserverlibrary";
+import type ts from "typescript/lib/tsserverlibrary";
10
11
import { normalizePath } from "./utils";
12
src/core/printer.ts
@@ -1,4 +1,4 @@
1
-import * as ts from "typescript";
+import ts from "typescript";
2
3
export class Printer {
4
constructor(private checker: ts.TypeChecker) {}
0 commit comments