Skip to content

Configuration

chant projects use two configuration files at the project root.

Controls lexicon declarations, linting rules, presets, per-file overrides, and plugins:

chant.config.ts
export default {
lexicons: ["aws"],
};

See Config File Reference for lint presets, rule overrides, and all configuration options.

Standard TypeScript configuration for your project. Generated by chant init — you generally don’t need to edit this. See TypeScript Configuration for details.