UNPKG

250 BTypeScriptView Raw
1export interface Options {
2 /**
3 * root of project
4 *
5 * this is inferred automatically to the root of where dev-test is required
6 * it may need to be set if it needs to be pointed to a fixture instead
7 */
8 root?: string;
9}