UNPKG

257 BTypeScriptView Raw
1import { ProjectType } from './definitions';
2export declare const ASSETS_DIRECTORY: string;
3export declare const PROJECT_FILE = "ionic.config.json";
4export declare const PROJECT_TYPES: ProjectType[];
5export declare const MULTI_PROJECT_TYPES: ProjectType[];