Home
last modified time | relevance | path

Searched defs:rootConfig (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/e2e/__tests__/
H A Dutils.ts151 const { rootConfig, staticConfigPath } = getConfig(projectRoot, { constant
/expo/packages/@expo/config/build/
H A DConfig.types.d.ts25 rootConfig: AppJSONConfig; property
/expo/packages/@expo/config/src/
H A DConfig.types.ts25 rootConfig: AppJSONConfig; property
H A DConfig.ts94 const rootConfig = (rawStaticConfig || {}) as AppJSONConfig; constant