The jollywhoppers homepage ๐Ÿฌ๐Ÿ”
README.md

Configuration Directory#

This directory is reserved for additional configuration files that don't need to be at the project root.

Root Configuration Files#

The following configuration files remain at the project root for tool compatibility:

  • .prettierrc - Prettier formatting configuration
  • .prettierignore - Prettier ignore patterns
  • .npmrc - npm configuration
  • tsconfig.json - TypeScript configuration
  • svelte.config.js - SvelteKit configuration
  • vite.config.ts - Vite build tool configuration
  • .gitignore - Git ignore patterns

Future Use#

Add non-root configuration files here, such as:

  • Environment-specific configs
  • Custom build configurations
  • Tool-specific settings that support non-root locations