Home/Config File Wiki
EasyTool Wiki

Config File Wiki

Field explanations, minimal templates, common mistakes, validators, and generators for developer config files.

package.json

Node project manifest, scripts, dependencies, package metadata, and module type.

Open page →

tsconfig.json

TypeScript compiler options, path aliases, JSX mode, strictness, and emitted output behavior.

Open page →

vite.config.ts

Vite build server config for plugins, aliases, env loading, preview, and output.

Open page →

docker-compose.yml

Multi-container service definitions, volumes, ports, networks, healthchecks, and env wiring.

Open page →

.env

Local environment variables for development and build tooling.

Open page →

nginx.conf

Nginx reverse proxy, TLS, static file, and upstream routing config.

Open page →

Caddyfile

Caddy site blocks, automatic HTTPS, reverse proxy, headers, and file server config.

Open page →

robots.txt

Crawler allow/disallow rules and sitemap hints.

Open page →

sitemap.xml

Search engine URL discovery file with loc, lastmod, changefreq, and priority.

Open page →

manifest.json

Web app manifest for installability, icons, names, theme color, and display mode.

Open page →

vercel.json

Vercel routes, rewrites, headers, redirects, functions, and framework overrides.

Open page →

netlify.toml

Netlify build settings, redirects, headers, plugins, and context-specific deploy config.

Open page →

wrangler.toml

Cloudflare Workers project config, routes, bindings, compatibility date, and environments.

Open page →

claude_desktop_config.json

Claude Desktop MCP server configuration for local tools and environment variables.

Open page →

mcp.json / .mcp.json

MCP server configuration used by agent tools and IDE integrations.

Open page →

settings.json

Editor and agent settings for VS Code-like tools, extensions, formatters, and MCP integrations.

Open page →