Type Alias: TsconfigConfigsContract
type TsconfigConfigsContract = Record<TsconfigConfigName, TsconfigPresetConfig>;
Defined in: plugin.ts:83
Contract for the configs object exported by this plugin.
type TsconfigConfigsContract = Record<TsconfigConfigName, TsconfigPresetConfig>;
Defined in: plugin.ts:83
Contract for the configs object exported by this plugin.