Interfacecliv0.0.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. Defaults to ./dist relative to the config directory. outDir: string;outDir: string;optionaltsconfigOptional tsconfig path to use for builds. Defaults to the nearest tsconfig.build.json or tsconfig.json. tsconfig: string;tsconfig: string;
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. Defaults to ./dist relative to the config directory. outDir: string;outDir: string;
optionaltsconfigOptional tsconfig path to use for builds. Defaults to the nearest tsconfig.build.json or tsconfig.json. tsconfig: string;tsconfig: string;