Skip to content

USER_PROJECT_CONFIG_JSONC

const USER_PROJECT_CONFIG_JSONC: ".gsloth.config.jsonc" = '.gsloth.config.jsonc'

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/constants.ts:11

GS2-69 — the .jsonc filename variant. Both JSON names are parsed by the same lenient import(‘#src/config/jsonc.js’).parseJsonc; this one just carries the conventional extension so editors/review tools expect the comments. .json wins when both exist.