Node TAP
    Preparing search index...

    Variable configConst

    config: {
        "esbk-disable-cache": { description: string; type: string };
        "esbk-tsconfig-path": { description: string; type: string };
    } = ...

    Configuration fields added by this plugin.

    Type Declaration

    • esbk-disable-cache: { description: string; type: string }

      Flag. Tell @esbuild-kit not to use a cache

    • esbk-tsconfig-path: { description: string; type: string }

      String option. Tell @esbuild-kit where to find your tsconfig.json file.