Build Tool Plugins

Official plugins for integrating HellaJS with popular build tools for seamless JSX transformation and optimized development experience.

TypeScript Configuration

All plugins support TypeScript out of the box. Add HellaJS types to your project.

// tsconfig.json
{
  "compilerOptions": {
    "jsx": "preserve",
    "types": ["@hellajs/dom"]
  }
}