Variable CONFIG_DEFAULTSConst
CONFIG_DEFAULTS: {
authorEmail: string;
authorName: string;
authorOrganization: true;
authorUrl: string;
autoApproveOptions: { allowedUsernames: string[] };
autoApproveUpgrades: true;
defaultReleaseBranch: string;
entrypoint: string;
entrypointTypes: string;
github: true;
githubOptions: {
mergify: true;
pullRequestLintOptions: { semanticTitleOptions: { types: string[] } };
workflows: true;
};
jest: false;
libdir: string;
name: string;
npmAccess: PUBLIC;
packageManager: PNPM;
pnpmVersion: string;
prettier: true;
projenDevDependency: true;
projenrcTs: true;
release: false;
releaseToNpm: false;
typescriptVersion: string;
workflowPackageCache: true;
} = ...
Type Declaration
-
authorEmail: string
-
authorName: string
-
authorOrganization: true
-
authorUrl: string
-
autoApproveOptions: { allowedUsernames: string[] }
-
autoApproveUpgrades: true
-
defaultReleaseBranch: string
-
entrypoint: string
-
entrypointTypes: string
-
github: true
-
githubOptions: {
mergify: true;
pullRequestLintOptions: { semanticTitleOptions: { types: string[] } };
workflows: true;
}
-
jest: false
-
libdir: string
-
name: string
-
npmAccess: PUBLIC
-
packageManager: PNPM
-
pnpmVersion: string
-
prettier: true
-
projenDevDependency: true
-
projenrcTs: true
-
release: false
-
releaseToNpm: false
-
typescriptVersion: string
-
workflowPackageCache: true