UNPKG

@jakesidsmith/tsb

Version:

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

9 lines (8 loc) 424 B
import { JSX } from './types'; export declare const PROGRAM = "tsb"; export declare const DESCRIPTION = "Dead simple TypeScript bundler, watcher, dev server, transpiler, and polyfiller"; export declare const CONFIG_FILE_NAME: string; export declare const EXTENSIONS: string[]; export declare const MATCHES_EXTENSION: RegExp; export declare const MATCHES_GLOB: RegExp; export declare const VALID_JSX_OPTIONS: readonly JSX[];