config.json Options

Options change the behavior of Triplex.

Configuration is is located in the .triplex folder from the root of your project and is optional.

Create one by running the following commands in your terminal.

Terminal
npx make-dir-cli .triplex
npx touch .triplex/config.json
New Knowledge

To have autocomplete for configuration in your IDE make sure to declare the "$schema" property.

.triplex/config.json
{
  "$schema": "https://triplex.dev/config.schema.json"
}
Was this page helpful?