@glint/core

A CLI for performing typechecking on Glimmer templates

Usage no npm install needed!

<script type="module">
  import glintCore from 'https://cdn.skypack.dev/@glint/core';
</script>

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

  • --watch If passed, glint will perform a watched typecheck, re-checking your project as files change.
  • --declaration If passed, glint will emit .d.ts files according to the configuration in your tsconfig.json
  • --project Overrides where glint will look to find your project's tsconfig.json