2018-04-11 18:13:30 -07:00

12 lines
179 B
TypeScript

export interface Schema {
/**
* Skip package.json install.
*/
skipPackageJson: boolean;
/**
* The project that needs the polyfill scripts
*/
project: name;
}