export type ExtendsDefinition = { /** Path to base configuration file to inherit from. Requires TypeScript version 2.1 or later. */ extends?: string; };