astro-ghostcms/.pnpm-store/v3/files/81/3d956899482dc129fd7c061fc95...

10 lines
387 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { ServiceContext } from '@volar/language-service';
import type * as ts from 'typescript/lib/tsserverlibrary';
export type SharedContext = ServiceContext & {
typescript: {
languageServiceHost: ts.LanguageServiceHost;
languageService: ts.LanguageService;
};
ts: typeof import('typescript/lib/tsserverlibrary');
};
//# sourceMappingURL=types.d.ts.map