tessl install tessl/npm-stencil--core@4.36.0A comprehensive web component compiler that transforms TypeScript and JSX code into standards-compliant web components with complete development toolchain.
Agent Success
Agent success rate when using this tile
75%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.44x
Baseline
Agent success rate without this tile
52%
Build a Stencil project configuration that automatically generates comprehensive documentation for web components during the build process.
Your task is to configure a Stencil project to generate three types of documentation outputs:
The configuration should:
docs directory as components.jsondocs directory as components.vscode.jsonCreate a stencil.config.ts file with the appropriate configuration. Your configuration should work with a standard Stencil project structure where components are located in src/components/.
Provides the Stencil web component compiler with documentation generation capabilities.
@generates
import { Config } from '@stencil/core';
export const config: Config;