Configuration
chant projects use two configuration files at the project root.
chant.config.ts
Section titled “chant.config.ts”Controls lexicon declarations, linting rules, presets, per-file overrides, and plugins:
export default { lexicons: ["aws"],};See Config File Reference for lint presets, rule overrides, and all configuration options.
tsconfig.json
Section titled “tsconfig.json”Standard TypeScript configuration for your project. Generated by chant init — you generally don’t need to edit this. See TypeScript Configuration for details.