import type { TsConfigJson } from 'type-fest';
export type TsConfigCompilerOptionsJson = TsConfigJson.CompilerOptions;
