Skip to main content

Templates Configuration (.tpsrc)

Type
interface TemplatesConfig {
[templateName: string]: TemplateConfig;
}

Template Configuration

Type
TemplateConfig;

Template configuration. See Template Config API for template options

.tps/.tpsrc
{
"react-component": {
/* Templates configuration ... */
}
}