UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

7 lines (6 loc) 254 B
import { type CompilerOptions } from 'typescript'; export declare function determineOptionsToExtend(argv: { declaration?: boolean | undefined; incremental?: boolean | undefined; preserveWatchOutput?: boolean | undefined; }): CompilerOptions;