Home
last modified time | relevance | path

Searched refs:tsPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/generate-module/
H A DconfigureModule.ts320 const tsPath = path.join(modulePath, 'src'); constant
324 await removeFiles(path.join(tsPath), [
329 await replaceContent(path.join(tsPath, 'ModuleTemplate.ts'), (fileContent) =>
335 path.join(tsPath, '__tests__'),
340 tsPath,
353 await replaceContents(tsPath, (singleFileContent) =>