UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

13 lines (12 loc) 300 B
type RelayProject = { artifactDirectory?: string; requireCustomScalarTypes?: boolean; customScalarTypes?: Record<string, string | { name: string; path: string; }>; }; export type RelayConfig = RelayProject | { projects: Record<string, RelayProject>; }; export {};