A comprehensive web component compiler that transforms TypeScript and JSX code into standards-compliant web components with complete development toolchain.
75
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;Install with Tessl CLI
npx tessl i tessl/npm-stencil--coredocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10