UNPKG

@jakesidsmith/tsb

Version:

Dead simple TypeScript bundler, watcher, dev server, transpiler, and polyfiller

8 lines (7 loc) 306 B
import { Tsconfig } from './types'; export declare const resolveTsconfigPath: (root: string, tsconfigPath: string) => string; export declare const resolveTsconfig: (tsconfigPath: string) => { raw: Tsconfig; resolved: Tsconfig; }; export declare const getTsconfig: (configPath: string) => Tsconfig;