Go to repository

Interface ConfigProjectTypes

Models the configuration for the different types of project templates that exist. It's one of the main Config sections.

interface ConfigProjectTypes {
    CLILibrary: ProjectTypeDefinition;
    Library: ProjectTypeDefinition;
    NonCode: ProjectTypeDefinition;
    ReactLibrary: ProjectTypeDefinition;
}

Properties

The CLILibrary project type.

The Library project type.

The NonCode project type.

ReactLibrary: ProjectTypeDefinition

The ReactLibrary project type.