UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

3 lines (2 loc) 154 B
import type * as TS from 'typescript'; export declare function performBuildWatch(ts: typeof TS, projects: string[], buildOptions: TS.BuildOptions): void;