This package contains core functionality to power template-aware typechecking on a glint project.
glint [--watch|-w] [--declaration|-d] [--project path/to/tsconfig.json]
-
--watch
If passed,glint
will perform a watched typecheck, re-checking your project as files change. -
--preserveWatchOutput
Used with--watch
. If passed,glint
will not clear the screen each time the project is re-checked. -
--declaration
If passed,glint
will emit.d.ts
files according to the configuration in yourtsconfig.json
-
--project
Overrides whereglint
will look to find your project'stsconfig.json