You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
498 B
17 lines
498 B
/**
|
|
* This schema is used by `cli-config` to validate the structure. Make sure
|
|
* this file stays up to date with `cli-types` package.
|
|
*
|
|
* In the future, it would be great to generate this file automatically from the
|
|
* Typescript types.
|
|
*/
|
|
import t from 'joi';
|
|
/**
|
|
* Schema for UserDependencyConfig
|
|
*/
|
|
export declare const dependencyConfig: t.ObjectSchema<any>;
|
|
/**
|
|
* Schema for ProjectConfig
|
|
*/
|
|
export declare const projectConfig: t.ObjectSchema<any>;
|
|
//# sourceMappingURL=schema.d.ts.map
|