Variable configConst

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

Configuration fields added by this plugin.

Type declaration

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

    Flag. Tell tsx not to use a cache

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

    String option. Tell tsx where to find your tsconfig.json file.

    • description: string
    • type: string