Interfacecliv0.2.1SeedcordBuildConfigBuild configuration used by the Seedcord CLI. interface SeedcordBuildConfiginterface SeedcordBuildConfigMember overviewPropertiesbootstrapoutDirtsconfigPropertiesoptionalbootstrapFile name (or relative path) for the bootstrap file emitted inside the build output. bootstrap: string;bootstrap: string;optionaloutDirDirectory where build artifacts should be emitted. outDir: string;outDir: string;Default:./dist./dist relative to the config directoryoptionaltsconfigOptional tsconfig path to use for builds. tsconfig: string;tsconfig: string;Default:the nearest tsconfig.build.jsontsconfig.build.json or tsconfig.jsontsconfig.json
optionalbootstrapFile name (or relative path) for the bootstrap file emitted inside the build output. bootstrap: string;bootstrap: string;
optionaloutDirDirectory where build artifacts should be emitted. outDir: string;outDir: string;Default:./dist./dist relative to the config directory
optionaltsconfigOptional tsconfig path to use for builds. tsconfig: string;tsconfig: string;Default:the nearest tsconfig.build.jsontsconfig.build.json or tsconfig.jsontsconfig.json