target: {
color: true;
format: "esm";
logLevel: "debug";
metafile: true;
minify: true;
outdir: string;
platform: "node";
target: string;
tsconfig: string;
write: true;
legalComments: "none";
bundle: false;
assetNames: string;
sourcemap: false;
drop: "debugger"[];
ignoreAnnotations: true;
keepNames: false;
plugins: never[];
define: {
"process.env.VERSION_CLOUDFLARE_WRANGLER_ACTION": string;
"process.env.VERSION_ACTIONS_SETUP_NODE": string;
"process.env.VERSION_ACTIONS_UPLOAD_ARTIFACT": string;
"process.env.VERSION_ACTIONS_CACHE": string;
"process.env.VERSION_ACTIONS_RS_CARGO": string;
};
}
Type Declaration
color: true
logLevel: "debug"
minify: true
outdir: string
target: string
tsconfig: string
write: true
bundle: false
assetNames: string
sourcemap: false
drop: "debugger"[]
ignoreAnnotations: true
keepNames: false
plugins: never[]
define: {
"process.env.VERSION_CLOUDFLARE_WRANGLER_ACTION": string;
"process.env.VERSION_ACTIONS_SETUP_NODE": string;
"process.env.VERSION_ACTIONS_UPLOAD_ARTIFACT": string;
"process.env.VERSION_ACTIONS_CACHE": string;
"process.env.VERSION_ACTIONS_RS_CARGO": string;
}