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

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

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

    • description: string
    • type: string