UNPKG

@beemo/config-constants

Version:

Reusable constants for Beemo configurations.

18 lines 881 B
export declare const ROOT: string; export declare const PACKAGE_JSON_PATH: string; export declare const TSCONFIG_JSON_PATH: string; export declare const CASE_SENSITIVE = false; export declare const ECMA_VERSION = 2022; export declare const IGNORE_LIST: string[]; export declare const EXTENSIONS: string[]; export declare const EXTENSIONS_WITHOUT_DOT: string[]; export declare const EXTENSIONS_PATTERN: string; export declare const ALL_FILES_GLOB: string; export declare const SOURCE_FILES_GLOB: string; export declare const TEST_FILES_GLOB: string; export declare const TEST_UTILS_GLOB: string; export declare const TESTS_LIST: string[]; export declare const NON_JS_REGEX = "\\.(css|sass|scss|less|gif|png|jpg|jpeg|svg|gql|graphql|yml|yaml)$"; export declare const ALL_JS_REGEX: string; export declare const TS_PATH_PREFIX_REGEX = "^:[a-z]"; //# sourceMappingURL=constants.d.ts.map