@norith/glint-core
v1.0.1
Published
A CLI for performing typechecking on Glimmer templates
Readme
@glint/core
This package contains core functionality to power template-aware typechecking on a glint project.
CLI
Usage
glint [--watch|-w] [--declaration|-d] [--project path/to/tsconfig.json]Flags
--watchIf passed,glintwill perform a watched typecheck, re-checking your project as files change.--declarationIf passed,glintwill emit.d.tsfiles according to the configuration in yourtsconfig.json--projectOverrides whereglintwill look to find your project'stsconfig.json
