@playform/maintain - v0.1.8
    Preparing search index...
    target: {
        assetNames: string;
        bundle: false;
        color: true;
        define: {
            "process.env.VERSION_ACTIONS_CACHE": string;
            "process.env.VERSION_ACTIONS_RS_CARGO": string;
            "process.env.VERSION_ACTIONS_SETUP_NODE": string;
            "process.env.VERSION_ACTIONS_UPLOAD_ARTIFACT": string;
            "process.env.VERSION_CLOUDFLARE_WRANGLER_ACTION": string;
        };
        drop: "debugger"[];
        format: "esm";
        ignoreAnnotations: true;
        keepNames: false;
        legalComments: "none";
        logLevel: "debug";
        metafile: true;
        minify: true;
        outdir: string;
        platform: "node";
        plugins: never[];
        sourcemap: false;
        target: string;
        tsconfig: string;
        write: true;
    }

    Type declaration

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