Home
last modified time | relevance | path

Searched defs:tsConfigPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/doctor/typescript/
H A DTypeScriptProjectPrerequisite.ts34 const tsConfigPath = path.join(this.projectRoot, 'tsconfig.json'); constant
62 const tsConfigPath = path.join(this.projectRoot, 'tsconfig.json'); constant
73 const tsConfigPath = await this._hasTSConfig(); constant
150 const tsConfigPath = path.join(this.projectRoot, 'tsconfig.json'); constant
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Dtsconfig.ts12 const tsConfigPath = path.join(projectRoot, 'tsconfig.json'); constant
45 const tsConfigPath = path.join(projectRoot, 'tsconfig.json'); constant
/expo/tools/src/commands/
H A DGenerateDocsAPIData.ts126 const tsConfigPath = path.join(basePath, 'tsconfig.json'); constant