Go to repository

Interface ProjectTypeDefinition

Models a project type's file definitions.

Properties

changelog: FileDefinition

The CHANGELOG.md file of the project type.

commitlint: FileDefinition

The .commitlint and .czrc files of the project type.

contributing: FileDefinition

The CONTRIBUTING.md file of the project type.

Optional

The demos folder of the project type.

editorconfig: FileDefinition

The .editorconfig file of the project type.

The .eslint file of the project type.

The .gitignore folder of the project type.

The .github folder of the project type.

The .husky folder of the project type.

The .jest.config.js file of the project type.

Optional
jestproxies?: FileDefinition

The .jestproxies folder of the project type.

The LICENSE file of the project type.

The LICENSE_HEADER file of the project type.

licenseHeaderConfig: FileDefinitionWithTooling

The license.config.js file of the project type.

The .npmignore and .npmrc files of the project type.

The package-scripts.js file of the project type.

packageJson: FileDefinition

The package.json file of the project type.

prettier: FileDefinition

The .prettierrc and .prettierignore files of the project type.

The README.md file of the project type.

The .rollup.config.js file of the project type.

The src folder of the project type.

Optional
stories?: FileDefinition

The stories folder of the project type.

Optional
storybook?: FileDefinition

The .storybook folder of the project type.

The test folder of the project type.

The .tconfig.json file of the project type.

The .typedoc.config.js file of the project type.

The .tsconfig.js file of the project type.

Optional

The .vite.config.js file of the project type.

The .vscode folder of the project type.