Variable CONFIG_DEFAULTSConst
CONFIG_DEFAULTS: {
authorEmail: string;
authorName: string;
authorOrganization: true;
authorUrl: string;
defaultReleaseBranch: string;
entrypoint: string;
entrypointTypes: string;
jest: false;
libdir: string;
logging: {
level: INFO;
usePrefix: true;
};
npmAccess: PUBLIC;
packageManager: PNPM;
pnpmVersion: string;
prettier: true;
projenCommand: string;
projenDevDependency: false;
projenrcTs: true;
release: true;
releaseToNpm: true;
typescriptVersion: string;
unbuild: true;
} = ...