UNPKG

@glint/core

Version:

A CLI for performing typechecking on Glimmer templates

5 lines (4 loc) 240 B
import { GlintConfig } from '../config/index.js'; import type * as ts from 'typescript'; export declare type TypeScript = typeof ts; export declare function performWatch(glintConfig: GlintConfig, optionsToExtend: ts.CompilerOptions): void;