astro-ghostcms/.pnpm-store/v3/files/45/e2657bb2348c14d9b98910648a0...

10 lines
564 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import * as path from 'typesafe-path/posix';
import type * as ts from 'typescript/lib/tsserverlibrary';
import { FileSystem } from '@volar/language-service';
export declare const defaultCompilerOptions: ts.CompilerOptions;
export declare function asPosix(path: string): path.PosixPath;
export declare const uriToFileName: (uri: string) => string;
export declare const fileNameToUri: (fileName: string) => string;
export declare function getConfiguration(settings: any, section: string): any;
export declare const fs: FileSystem;
//# sourceMappingURL=utils.d.ts.map